Skip to content

Commit

Permalink
Merge workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nhartland committed Feb 13, 2025
1 parent 5e29a7b commit c127465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
love_version: ['11.5', '11.4', '11.3', '11.2', '0.10.2', '0.9.2', '0.8.0']
steps:
- uses: actions/checkout@v4
- uses: nhartland/love-build
- uses: ./ # User current branch
id: love-build
with:
app_name: 'hello_world'
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
love_version: ['11.5', '11.4', '11.3', '11.2', '0.10.2', '0.9.2', '0.8.0']
steps:
- uses: actions/checkout@v4
- uses: nhartland/love-build
- uses: ./ # Use current branch
id: love-build
with:
app_name: 'game_of_life'
Expand Down

0 comments on commit c127465

Please sign in to comment.