1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-07-15 14:33:53 +02:00

Update test.yml

This commit is contained in:
Austin Sasko 2022-03-18 16:28:53 -04:00 committed by GitHub
parent d350cbd54b
commit a6a7c5f5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,18 +27,6 @@ jobs:
with:
node-version: 12.x
- name: npm install
run: npm install
- name: Compile
run: npm run build
- name: Lint
run: npm run lint
- name: Format
run: npm run format-check
# Test end-to-end by uploading two artifacts and then downloading them
# Once upload-artifact v2 is out of preview, switch over
- name: Create artifacts