mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
refactor: rename gh actions jobs
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- uses: hashicorp/setup-terraform@v1
|
||||
with:
|
||||
terraform_version: 0.14.10
|
||||
- name: build
|
||||
- name: build_linter_utests
|
||||
run: |
|
||||
export PATH=$GITHUB_WORKSPACE/bin:$PATH
|
||||
export RUSTC_WRAPPER=$GITHUB_WORKSPACE/bin/sccache
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
sccache --show-stats
|
||||
echo "########## START UNIT TESTS ##########"
|
||||
cargo test
|
||||
selected-functionnal-tests:
|
||||
selected-functional-tests:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.draft == false
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user