Skip to content

Commit

Permalink
cicd: put back the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Mar 29, 2024
1 parent 196f56a commit 83e1767
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_tzsafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "18.x"
#FIXME To remove this flag (--dangerouslyIgnoreUnhandledErrors), find the reason of https://github.com/marigold-dev/tzsafe-ui/actions/runs/8340949390/job/22826790835#step:6:276
run: |
npm ci
npm t -- --dangerouslyIgnoreUnhandledErrors
npm t
- name: Build
if: ${{ startsWith(github.ref,'refs/heads/') || github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 83e1767

Please sign in to comment.