Rename job in GitHub Actions Test workflow
authorHarmon <Harmon758@gmail.com>
Wed, 23 Dec 2020 21:23:14 +0000 (15:23 -0600)
committerHarmon <Harmon758@gmail.com>
Wed, 23 Dec 2020 21:23:14 +0000 (15:23 -0600)
build -> test

.github/workflows/test.yml

index 30edf15a6e20539dc983fde5d6900816fd6c5dc5..fd72afb9ac39784fa2179e0cd7e6412a4406567f 100644 (file)
@@ -3,7 +3,7 @@ name: Test
 on: [push, pull_request]
 
 jobs:
-  build:
+  test:
     runs-on: ubuntu-latest
     strategy:
       matrix: