Update test.yml

This commit is contained in:
Netkas 2024-09-17 16:39:56 -04:00 committed by netkas
parent 12acabe9b1
commit 58ddce6918

View file

@ -10,7 +10,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
# Reference the reusable workflow at the job level
# Reference the reusable workflow at the top level of the job
ncc-setup:
uses: nosial/ncc-workflow/.github/workflows/build.yml@main
with:
ncc_package_path: build/release/net.nosial.configlib.ncc
@ -30,10 +31,10 @@ jobs:
path: ncc-build
# Reuse the NCC workflow for the test phase
ncc-setup:
uses: nosial/ncc-workflow/.github/workflows/build.yml@main
with:
ncc_package_path: ncc-build/net.nosial.configlib.ncc
- name: Run PHPUnit tests
run: |
wget https://phar.phpunit.de/phpunit-11.3.phar