Skip to content

Commit c885444

Browse files
committed
update ci
1 parent 10b6394 commit c885444

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/script-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020

2121
- uses: actions/checkout@v4
2222

23-
- name: Install make
24-
if: ${{ matrix.host == 'macos' }}
25-
run: |
26-
brew install make
27-
echo "$(brew --prefix)/opt/make/libexec/gnubin" >> $GITHUB_PATH
28-
29-
- run: make test
23+
- run: Invoke-Pester
3024
working-directory: updater
25+
shell: pwsh

0 commit comments

Comments
 (0)