Skip to content

Commit

Permalink
moved test-e2e to tests/e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
psihachina committed Nov 4, 2022
1 parent a6eb711 commit 0a7f71d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run.e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Run Tests
run: |
go test -v --timeout 0 --tags="e2e ecs_apps" ./test-e2e
go test -v --timeout 0 --tags="e2e ecs_apps" ./tests/e2e
- name: Cleanup Infra
if: ${{ always() }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Run Tests
run: |
go test -v --timeout 0 --tags="e2e bastion_tunnel" ./test-e2e
go test -v --timeout 0 --tags="e2e bastion_tunnel" ./tests/e2e
- name: Cleanup Infra
if: ${{ always() }}
Expand Down Expand Up @@ -232,4 +232,4 @@ jobs:

- name: Run Tests
run: |
go test -v --timeout 0 --tags="e2e terraform" ./test-e2e
go test -v --timeout 0 --tags="e2e terraform" ./tests/e2e
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a7f71d

Please sign in to comment.