mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-13 17:50:56 +01:00
Update CI to only test consistency if regular tests pass
This commit is contained in:
parent
c070ae7f3a
commit
f7200c7086
@ -52,7 +52,7 @@ jobs:
|
||||
- store_artifacts:
|
||||
path: bin
|
||||
|
||||
test-snapshots:
|
||||
test:
|
||||
executor: linux_alpine
|
||||
steps:
|
||||
- setup
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
- build:
|
||||
minify: "all"
|
||||
- run:
|
||||
name: "Test: Snapshots"
|
||||
name: "Test: Unit Tests / Snapshots"
|
||||
command: ./test.sh
|
||||
|
||||
test-consistency:
|
||||
@ -91,10 +91,10 @@ workflows:
|
||||
default:
|
||||
jobs:
|
||||
- build
|
||||
- test-snapshots:
|
||||
- test:
|
||||
requires: [build]
|
||||
- test-consistency:
|
||||
requires: [build]
|
||||
requires: [build, test]
|
||||
- test-symlink:
|
||||
requires: [build]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user