Skip to content

Commit

Permalink
upload file updated on the CI side
Browse files Browse the repository at this point in the history
  • Loading branch information
Sen-real committed Jun 19, 2024
1 parent bf4d9f4 commit 9b8d570
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ jobs:
- name: Build
run: |
python pack.py
- name: Upload package-lock.json
uses: actions/upload-artifact@v2
with:
name: localFile
path: package-lock.json

# Keep this in case we switch to Linux OS someday
# - name: Run tests on Linux OS
# run: xvfb-run -a npm test
Expand Down

0 comments on commit 9b8d570

Please sign in to comment.