Skip to content

Commit

Permalink
Reenable the smoke tests in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
toch committed Nov 6, 2024
1 parent 3958409 commit abe93ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_debian_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,15 @@ jobs:

- name: Install smoke tests dependencies
working-directory: ./smoke-tests
run: npm ci
run: |
npm install
npm ci
- name: Build smoke tests image
working-directory: ./smoke-tests
run: docker build -t openhexa/smoke-tests .
# - name: Run smoke tests
# run: docker run -t --net=host -v "$(pwd)/test-results:/code/test-results" openhexa/smoke-tests http://localhost:3000/ [email protected] root
- name: Run smoke tests
run: docker run -t --net=host -v "$(pwd)/test-results:/code/test-results" openhexa/smoke-tests http://localhost:3000/ [email protected] root
- name: Keep test results
uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.envlocal
test-results/
.secrets
openhexa.nginx
openhexa.nginx
workspaces/

0 comments on commit abe93ff

Please sign in to comment.