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 7675baf commit 9e4f715Copy full SHA for 9e4f715
.github/workflows/verify.yml
@@ -21,16 +21,17 @@ jobs:
21
- name: Build
22
uses: ./.github/actions/setup
23
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 }}
+ test:
+ name: Test
+ needs: lint
+ runs-on: ubuntu-latest
+ continue-on-error: true
+
+ steps:
+ - uses: actions/checkout@v4
+ - name: Run Tests
+ uses: ./.github/actions/tests
+ with:
+ environment: 'staging'
37
+ private_key: ${{ secrets.PRIVATE_KEY }}
0 commit comments