Skip to content

Commit

Permalink
run e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev committed Oct 2, 2024
1 parent b032183 commit e99306c
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,18 +502,16 @@ jobs:
fi
count=$((count+1))
done
# - name: Run E2E testsuite
# run: |
# set -x
# make test-e2e-local
# goreman run stop-all || echo "goreman trouble"
# sleep 30
# - name: Upload e2e coverage report
# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
# with:
# name: e2e-code-coverage
# path: /tmp/coverage
# if: ${{ matrix.k3s.latest }}
- name: Run E2E testsuite
run: |
set -x
make test-e2e-local
- name: Upload e2e coverage report
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: e2e-code-coverage
path: /tmp/coverage
if: ${{ matrix.k3s.latest }}
- uses: browser-actions/setup-chrome@facf10a55b9caf92e0cc749b4f82bf8220989148 # v1.7.2
with:
install-chromedriver: true
Expand All @@ -526,6 +524,7 @@ jobs:
yarn test
goreman run stop-all || echo "goreman trouble"
working-directory: ui-test/
# In case a previous step failed, attempt to shut down the E2E server. This ensures logs get flushed and uploaded.
- name: Shut down E2E server
run: |
goreman run stop-all || echo "goreman trouble"
Expand Down

0 comments on commit e99306c

Please sign in to comment.