Skip to content

Commit

Permalink
(chore) Fix E2E workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Mar 5, 2024
1 parent bd4c96b commit 6a8ee18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
main:
runs-on: ubuntu-latest
timeout-minutes: 15
- name: Checkout repo

steps:
uses: actions/checkout@v3

- uses: actions/checkout@v3
- name: Copy test environment variables
run: cp example.env .env

Expand Down

0 comments on commit 6a8ee18

Please sign in to comment.