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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
uses: nosial/ncc-workflow/.github/workflows/build.yml@main
|
||||||
|
with:
|
||||||
steps:
|
ncc_package_path: build/release/net.nosial.configlib.ncc
|
||||||
- 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
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
Loading…
Add table
Reference in a new issue