Rename CI job to 'test' - it doesn't build anything

This commit is contained in:
Karolina Surma
2022-02-09 10:51:38 +01:00
parent a441b9ab66
commit bf54f2bd9d
+1 -1
View File
@@ -3,7 +3,7 @@ on:
push:
pull_request:
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2