Skip to content

Commit

Permalink
[fix] syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed Mar 29, 2024
1 parent df901eb commit 7d57c1b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ jobs:
run: pnpm eslint .
# Ensure you have a lint script in your package.json

- name: Set env
env:
API_BASE_URL: ${{ vars.API_BASE_URL }}
API_PREFIX: ${{ vars.API_PREFIX }}
API_KEY: ${{ secrets.API_KEY }}

- name: Run Tests
run: pnpm exec playwright test
# Ensure you have a test:integration script in your package.json for your API integration tests
run: |
echo "Load environment variables"
export API_BASE_URL=${{ secrets.API_BASE_URL }}
export API_PREFIX=${{ secrets.API_PREFIX }}
export API_KEY=${{ secrets.API_KEY }}
pnpm exec playwright test
- name: Upload Test Results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7d57c1b

Please sign in to comment.