Skip to content

Commit 9e4f715

Browse files
committed
chore: re-enable tests run but not blocking if fails
1 parent 7675baf commit 9e4f715

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/workflows/verify.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ jobs:
2121
- name: Build
2222
uses: ./.github/actions/setup
2323

24-
# test:
25-
# name: Test
26-
# needs: lint
27-
# runs-on: ubuntu-latest
28-
29-
# steps:
30-
# - uses: actions/checkout@v4
31-
32-
# - name: Run Tests
33-
# uses: ./.github/actions/tests
34-
# with:
35-
# environment: 'staging'
36-
# private_key: ${{ secrets.PRIVATE_KEY }}
24+
test:
25+
name: Test
26+
needs: lint
27+
runs-on: ubuntu-latest
28+
continue-on-error: true
29+
30+
steps:
31+
- uses: actions/checkout@v4
32+
33+
- name: Run Tests
34+
uses: ./.github/actions/tests
35+
with:
36+
environment: 'staging'
37+
private_key: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)