Renamed all GitHub actions tests to build
This commit is contained in:
parent
4fc8180a46
commit
462fd1c302
2
.github/workflows/macOS.yml
vendored
2
.github/workflows/macOS.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user