Skip to content

Commit 981e4a0

Browse files
authored
Update pull-request.yaml
remove bats test from pull-request CI jobs
1 parent ded13f0 commit 981e4a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull-request.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
secrets: inherit
3535

3636
# Integration Tests
37-
bats:
38-
needs: build
39-
secrets: inherit
40-
uses: ./.github/workflows/bats.yaml
37+
# bats:
38+
# needs: build
39+
# secrets: inherit
40+
# uses: ./.github/workflows/bats.yaml
4141

4242
vscode-ui:
4343
needs:

0 commit comments

Comments
 (0)