We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ac347 commit 183bf54Copy full SHA for 183bf54
.github/workflows/ci.yaml
@@ -46,7 +46,9 @@ jobs:
46
47
test_integration:
48
name: Integration Tests
49
- needs: build
+ needs:
50
+ - lint
51
+ - test_unit
52
runs-on: self-hosted
53
strategy:
54
max-parallel: 1
.github/workflows/publish.yml
@@ -37,7 +37,9 @@ jobs:
37
38
39
40
41
42
43
44
steps:
45
- name: Creating `.env` file
0 commit comments