Renamed all GitHub actions tests to build

This commit is contained in:
Jonathan Moallem 2021-03-26 22:50:44 +11:00
parent 4fc8180a46
commit 462fd1c302
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
branches: [ main ]
jobs:
compile:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

View File

@ -8,7 +8,7 @@ on:
branches: [ main ]
jobs:
compile:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2