Skip to content

Commit

Permalink
Test improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Apr 24, 2024
1 parent de1d9cf commit 87ee905
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ name: Test

on:
push:
branches:
- main
paths:
- 'action.yml'
- 'index.js'
- 'package.json'
- 'package-lock.json'
- 'node_modules/**'
- '.github/workflows/test.yml'
pull_request:
paths:
- 'action.yml'
- 'index.js'
Expand All @@ -18,5 +28,13 @@ jobs:
- uses: actions/checkout@v4
- uses: ./
- run: |
sudo apt search pacman
repo-add --version
for cmd in pacman \
pacman-conf \
makepkg \
pacman-key \
repo-add \
repo-elephant \
repo-remove; do
type ${cmd}
${cmd} --version
done

0 comments on commit 87ee905

Please sign in to comment.