Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyShuii committed Aug 21, 2024
1 parent f45d797 commit bee7765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Copy production env file
run: cp ${PRODUCTION_ENV_FILE} .env.production
run: echo "${{ secrets.PRODUCTION_ENV_FILE }}" > .env.production
- name: Goto e2e and run tests
run: docker compose -f docker-compose.e2e.yml up --build --exit-code-from e2e

Expand Down

0 comments on commit bee7765

Please sign in to comment.