Skip to content

Commit

Permalink
ci: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 10, 2024
1 parent a262c24 commit 3ae0a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish library
name: Release library

on:
release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Setup
uses: dsi-hug/actions/setup@v2
with:
node-version: ${{ matrix.node }}
setup-chrome: true

- name: Build tests application
Expand Down

0 comments on commit 3ae0a99

Please sign in to comment.