Skip to content

Commit 3d22f02

Browse files
committed
BEDS-1305: dispatch integration tests caching
1 parent 975e84b commit 3d22f02

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/backend-integration-test.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: Backend-Integration-Tests
22
on:
3-
push:
4-
paths:
5-
- 'backend/**'
6-
branches:
7-
- main
8-
- staging
9-
pull_request:
10-
paths:
11-
- 'backend/**'
12-
branches:
13-
- '*'
14-
workflow_dispatch:
3+
workflow_dispatch: # Only runs when manually triggered
154

165
concurrency:
176
group: ${{ github.workflow }}-${{ github.ref }}
@@ -42,4 +31,4 @@ jobs:
4231
env:
4332
BEACONCHAIN_CONFIG : ${{ secrets.CI_CONFIG_PATH }}
4433
run: |
45-
go test -tags=integration -failfast ./pkg/api/...
34+
go test -tags=integration -failfast -count=1 -vet=off ./pkg/api/...

0 commit comments

Comments
 (0)