Skip to content

Commit

Permalink
fixup! ci: run npm scripts lint/build/test in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 26, 2023
1 parent 3ab9adc commit 31dd010
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
- name: "Retain build artifact: build"
uses: actions/upload-artifact@v3
with:
name: build
path: .
retention-days: 1
name: nlds-community-blocks
path: nlds-community-blocks.zip
retention-days: 14

test:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ build/Release
# Optional eslint cache
.eslintcache

# Output of 'npm pack'
# Output of 'npm pack' and `wp-scripts plugin-zip`
*.tgz
*.zip

# dotenv environment variables file
.env
Expand Down

0 comments on commit 31dd010

Please sign in to comment.