Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
ci: move files to workflows folder
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Oct 1, 2024
1 parent fdbbec0 commit 57f55af
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ permissions: read-all

jobs:
build:
uses: ./.github/workflows/kakarot-ssj/build.yml
uses: ./.github/workflows/ssj-build.yml
with:
artifact-name: kakarot-ssj-build

tests-unit:
uses: ./.github/workflows/kakarot-ssj/tests-unit.yml
uses: ./.github/workflows/ssj-tests-unit.yml
with:
run-fmt-check: false

ef-tests:
uses: ./.github/workflows/kakarot-ssj/ef-tests.yml
uses: ./.github/workflows/ssj-ef-tests.yml
needs: [build]
with:
artifact-name: kakarot-ssj-build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ concurrency:

jobs:
build:
uses: ./.github/workflows/kakarot-ssj/build.yml
uses: ./.github/workflows/ssj-build.yml
with:
artifact-name: kakarot-ssj-build

tests-unit:
uses: ./.github/workflows/kakarot-ssj/tests-unit.yml
uses: ./.github/workflows/ssj-tests-unit.yml
with:
run-fmt-check: true

ef-tests:
uses: ./.github/workflows/kakarot-ssj/ef-tests.yml
uses: ./.github/workflows/ssj-ef-tests.yml
needs: [build]
with:
artifact-name: kakarot-ssj-build

0 comments on commit 57f55af

Please sign in to comment.