Skip to content

Commit

Permalink
Echo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinou01 committed Aug 16, 2023
1 parent b31d6ab commit 8692f2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: "Echo"
run: echo "./.github/workflows/test.yml@${GITHUB_REF##*/}"
- name: "Run Tests"
uses: "./.github/workflows/test.yml@${{GITHUB_REF##*/}}"
uses: ./.github/workflows/test.yml@${GITHUB_REF##*/}
- name: "Build Images"
uses: "./.github/workflows/build_images.yml@${GITHUB_REF##*/}"
- name: "Terraform Apply"
Expand Down

0 comments on commit 8692f2f

Please sign in to comment.