Skip to content

Commit

Permalink
enable system tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieomaguire committed Oct 16, 2024
1 parent e753385 commit 41dc489
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ jobs:
shell: bash
run: yarn test:ssr --filter=nuxt-app

# TODO - fix this test in DSW-2157
# - name: Run System Tests
# shell: bash
# run: yarn test:system --filter=nuxt-app
- name: Run System Tests
shell: bash
run: yarn test:system --filter=nuxt-app

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 41dc489

Please sign in to comment.