Skip to content

Commit

Permalink
[ci] let all workflow use new implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <dev@avimit.in>
  • Loading branch information
Avimitin committed Jul 29, 2023
1 parent c875cab commit cfa93ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen-test-elf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
nix_path: nixpkgs=channel:nixos-unstable
- id: ci-tests
run: nix-shell -p ammonite --run 'make gen-test-case-bucket'
run: nix develop -c make gen-test-case-bucket

gen-test-artifacts:
needs: [gen-matrix]
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ jobs:
run: nix develop .#testcase -c make ci-run NAME=${{ matrix.name }}

- uses: actions/upload-artifact@v3
if: always()
if: failure()
with:
name: results
name: fail-logs
path: |
result-*.md
perf-result-*.md
./test-log/fail
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit cfa93ce

Please sign in to comment.