Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Oct 4, 2023
1 parent 8ce817e commit 860a1d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
# id: is_docs_only
# run: echo "docs_only=${{ steps.changed-files-specific.outputs.only_modified == 'true' }}" >> "$GITHUB_OUTPUT"

- name: Install deps
if: ${{ steps.changed-files.outputs.only_modified == 'true' }}
run: npm ci

- name: Print all changed files
if: steps.changed-files.outputs.any_changed == 'true'
run: |
echo "One or more test file(s) has changed."
echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}"
- name: Install deps
if: ${{ steps.changed-files.outputs.only_modified == 'true' }}
run: npm ci

# - name: Lint
# run: npm run lint

Expand Down
1 change: 0 additions & 1 deletion docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ To do this:
- Run `npm publish --registry=https://registry.npmjs.org/`.
- Run `git push && git push --tags`.
- When creating a release on the UI, specify the tag, link PRs associated to the release and include description of all changes.

//

0 comments on commit 860a1d5

Please sign in to comment.