Update test.yml
This commit is contained in:
parent
14dfb45e98
commit
0f6980bc8a
1 changed files with 3 additions and 10 deletions
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
|
@ -4,16 +4,9 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup NCC
|
||||
uses: nosial/ncc-workflow/.github/workflows/build.yml@main
|
||||
with:
|
||||
ncc_package_path: build/release/net.nosial.configlib.ncc
|
||||
uses: nosial/ncc-workflow/.github/workflows/build.yml@main
|
||||
with:
|
||||
ncc_package_path: build/release/net.nosial.configlib.ncc
|
||||
|
||||
test:
|
||||
needs: build
|
||||
|
|
Loading…
Add table
Reference in a new issue