Skip to content

Commit

Permalink
skipping tests conditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Mar 19, 2024
1 parent c54ec52 commit eb804fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/testing-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: yarn install --immutable

- name: Cypress run
# ! REMOVE THIS LINE IF YOU PLAN TO MERGE THIS CODE INTO THE MAIN BRANCH AND THE ENV VAR IN GITHUB ACTIONS
if: ${{ env.CYPRESS_SKIP_TESTS == 'undefined' }}
uses: cypress-io/github-action@v5
with:
record: true
Expand Down
2 changes: 1 addition & 1 deletion client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const nextConfig = {
return [
{
source: '/',
destination: '/eurd',
destination: '/eudr',
permanent: false,
},
{
Expand Down

0 comments on commit eb804fd

Please sign in to comment.