npc,ci: fix wrong working directory
Some checks failed
Build abstract machine with nix / build-packages (abstract-machine) (push) Failing after 13s
Build abstract machine with nix / build-packages (nemu) (push) Successful in 8s
Build abstract machine with nix / build-packages (nemu-lib) (push) Successful in 8s
Build abstract machine with nix / build-packages (rv32Cross.abstract-machine) (push) Successful in 8s
Build npc tests / npc-build (flow) (push) Successful in 2m29s
Build npc tests / npc-build (flow-simlib) (push) Successful in 1m45s
Some checks failed
Build abstract machine with nix / build-packages (abstract-machine) (push) Failing after 13s
Build abstract machine with nix / build-packages (nemu) (push) Successful in 8s
Build abstract machine with nix / build-packages (nemu-lib) (push) Successful in 8s
Build abstract machine with nix / build-packages (rv32Cross.abstract-machine) (push) Successful in 8s
Build npc tests / npc-build (flow) (push) Successful in 2m29s
Build npc tests / npc-build (flow-simlib) (push) Successful in 1m45s
This commit is contained in:
parent
64aee9ae21
commit
5ba306c74e
1 changed files with 5 additions and 2 deletions
|
@ -1,12 +1,15 @@
|
||||||
name: Run CTests within npc
|
name: Build npc tests
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npc-test:
|
npc-build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package: [ "flow", "flow-simlib"]
|
package: [ "flow", "flow-simlib"]
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: ./npc
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/cachix/cachix-action@v14
|
- uses: https://github.com/cachix/cachix-action@v14
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue