Skip to content

Commit 183bf54

Browse files
committed
job order changed
1 parent 12ac347 commit 183bf54

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646

4747
test_integration:
4848
name: Integration Tests
49-
needs: build
49+
needs:
50+
- lint
51+
- test_unit
5052
runs-on: self-hosted
5153
strategy:
5254
max-parallel: 1

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737

3838
test_integration:
3939
name: Integration Tests
40-
needs: build
40+
needs:
41+
- lint
42+
- test_unit
4143
runs-on: self-hosted
4244
steps:
4345
- name: Creating `.env` file

0 commit comments

Comments
 (0)