Skip to content

Commit

Permalink
build extension in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Jul 10, 2024
1 parent b450bd4 commit 1aee483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo "127.0.0.1 host.testcontainers.internal" | sudo tee -a /etc/hosts

- name: Lint, test, build, e2e
run: INPUT_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pnpm exec nx affected -t lint test e2e-ci
run: INPUT_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pnpm exec nx affected -t lint test container e2e-ci
# comment out since the current e2e tests do not produce any artifacts
# - name: Upload coverage
# uses: codecov/codecov-action@v4
Expand All @@ -65,7 +65,7 @@ jobs:
# Upload the extension
- name: Upload Chrome extension
if: ${{ hashFiles('application.zip') != ''}}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: chrome-extension
path: application.zip

0 comments on commit 1aee483

Please sign in to comment.