Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-zalenski committed Oct 29, 2024
1 parent da3e430 commit a0da3f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/tests-e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
name: E2E tests
container:
image: docker:latest
image: ubuntu:latest
options: --privileged
volumes:
- /usr/src/app/results:/usr/src/app/results
Expand All @@ -39,11 +39,14 @@ jobs:
apt-get install -y xvfb net-tools
Xvfb :99 -screen 0 1920x1080x24 &
- name: Download linux artifact
uses: actions/download-artifact@v4
with:
name: linux-build
path: ./release
# - name: Download linux artifact
# uses: actions/download-artifact@v4
# with:
# name: linux-build
# path: ./release

- run: mkdir release
- run: cp -R ./release2 ./release

- name: Setup e2e tests
working-directory: ./tests/e2e
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ jobs:
# - uses: actions/checkout@v4

# E2E Docker
build:
uses: ./.github/workflows/build.yml
secrets: inherit

# build-linux:
# uses: ./.github/workflows/pipeline-build-linux.yml
# needs: e2e-approve
# secrets: inherit

e2e-linux-tests:
needs: build
# needs: build-linux
uses: ./.github/workflows/tests-e2e-linux.yml
secrets: inherit

0 comments on commit a0da3f5

Please sign in to comment.