Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs committed Nov 12, 2024
2 parents 2035cd6 + 229661b commit 6aa49a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Copy fixture for test mode
run: |
mkdir -p test/e2e/fixtures/20241107
cp -r test/e2e/fixtures/apollo-platform-api/20241107/* test/e2e/fixtures/20241107/
- name: Create env file
run: |
echo "PLAY_PORT=${{ env.PLAY_PORT }}" >> .env
Expand Down

0 comments on commit 6aa49a3

Please sign in to comment.