Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Apr 11, 2024
1 parent 32891f4 commit 5fc8375
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
token: ${{ github.token }}
ref: ${{ github.sha }}

- name: Set up environment
id: set_env_values
run: |
cat "./e2e-tests/.env.ci" >> "./e2e-tests/.env"
- name: Pull with Docker
id: pull_chrome
run: |
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/e2e-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
with:
token: ${{ github.token }}
ref: ${{ github.sha }}
- name: Set up environment
id: set_env_values
run: |
cat "./e2e-tests/.env.ci" >> "./e2e-tests/.env"

- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
token: ${{ github.token }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up environment
id: set_env_values
run: |
cat "./e2e-tests/.env.ci" >> "./e2e-tests/.env"
- name: Pull with Docker
id: pull_chrome
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/e2e-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
token: ${{ github.token }}
ref: ${{ github.sha }}

- name: Set up environment
id: set_env_values
run: |
cat "./e2e-tests/.env.ci" >> "./e2e-tests/.env"
- name: Pull with Docker
id: pull_chrome
run: |
Expand Down

0 comments on commit 5fc8375

Please sign in to comment.