Skip to content

Commit

Permalink
re-disable build in CI (still hangs)
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Oct 27, 2024
1 parent 0b5bad1 commit 7e20c31
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- run: npm install
- run: npm test

- name: Get REV
id: rev
run: echo "REV=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- run: npm run build-mv3

- uses: actions/upload-artifact@v4
with:
name: 'Stylus-test-mv3-${{ steps.rev.outputs.REV }}'
path: 'dist/*'
if-no-files-found: error
# - name: Get REV
# id: rev
# run: echo "REV=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
#
# - run: npm run build-mv3
#
# - uses: actions/upload-artifact@v4
# with:
# name: 'Stylus-test-mv3-${{ steps.rev.outputs.REV }}'
# path: 'dist/*'
# if-no-files-found: error

0 comments on commit 7e20c31

Please sign in to comment.