mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
CI uploads artifacts
This commit is contained in:
@@ -31,9 +31,18 @@ jobs:
|
|||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
- name: Build extension
|
- name: Build extension
|
||||||
|
id: build
|
||||||
uses: ./.github/actions/build-extension
|
uses: ./.github/actions/build-extension
|
||||||
with:
|
with:
|
||||||
gh_release_update_check: "false"
|
gh_release_update_check: "false"
|
||||||
|
|
||||||
|
- name: Upload extension zips
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: extension-zips
|
||||||
|
path: |
|
||||||
|
${{ steps.build.outputs.chrome_zip }}
|
||||||
|
${{ steps.build.outputs.firefox_zip }}
|
||||||
|
|
||||||
- name: Smoke tests
|
- name: Smoke tests
|
||||||
run: npm run test:smoke
|
run: npm run test:smoke
|
||||||
|
|||||||
Reference in New Issue
Block a user