-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reenable the smoke tests in Github Actions
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.envlocal | ||
test-results/ | ||
.secrets | ||
openhexa.nginx | ||
openhexa.nginx | ||
workspaces/ |