Skip to content

Commit

Permalink
[CICD] bad actions dir structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Monninger authored and Liam Monninger committed Sep 24, 2023
1 parent 0f6d3d5 commit 062448a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
labels: movement-runner

steps:

- name: Checkout Repository
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Setup
uses: ./.github/actions/setup-linux-x86_64.yml
uses: ./.github/actions/setup-linux-x86_64

- name: Cache cargo registry
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
submodules: 'recursive'

- name: Setup
uses: ./.github/actions/setup-linux-x86_64.yml
uses: ./.github/actions/setup-linux-x86_64

- name: Debugging Info
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: 'recursive'

- name: Setup
uses: ./.github/actions/setup-linux-x86_64.yml
uses: ./.github/actions/setup-linux-x86_64

- name: Build and Test Subnet
run: |
Expand Down

0 comments on commit 062448a

Please sign in to comment.