Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaYeh committed Feb 15, 2024
1 parent da17459 commit 231e947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Setup Testing Environment

jobs:
setup:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:

jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Set up build environment
uses: ./setup.yml

compilation_test:
runs-on: ubuntu-latest
steps:
- name: Compilation Test
uses: ./compilation_test.yml
Expand Down

0 comments on commit 231e947

Please sign in to comment.