Skip to content

Commit

Permalink
Merge pull request #620 from OasisDEX/daily-improvements-11-nov-5
Browse files Browse the repository at this point in the history
Daily improvements - 11 November
  • Loading branch information
juan-langa authored Nov 11, 2024
2 parents d7a2462 + 3890e7b commit 1c662ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/z_Reusable_Apis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
run: yarn
- name: Verify that staging environment is ready for testing
if: ${{ inputs.base_url == 'https://staging.summer.fi' }}
run: |
HEADLESS=true \
yarn verify-staging
run: HEADLESS='true' yarn verify-staging
- name: Run API tests
run: yarn ${{ inputs.script }}
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/z_Reusable_RegressionNoWallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
run: yarn
- name: Verify that staging environment is ready for testing
if: ${{ inputs.base_url == 'https://staging.summer.fi' }}
run: |
HEADLESS=true \
yarn verify-staging
run: HEADLESS='true' yarn verify-staging
- name: Run NO-WALLET tests (with parameters)
if: inputs.base_url
run: BASE_URL=${{ inputs.base_url }} FLAGS_FEATURES=${{ inputs.flags_features}} yarn ${{ inputs.script }}
Expand Down

0 comments on commit 1c662ff

Please sign in to comment.