Skip to content

Commit

Permalink
feat: improve smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmtrek committed Feb 25, 2024
1 parent 3d408e9 commit d10df14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: smoke_test
name: Smoke test

on:
push:
Expand All @@ -14,6 +14,6 @@ jobs:
with:
run_on: macos-latest
smoke_test_windows:
uses: cosmtrek/air/.github/workflows/smoke_test_window_reuse_job.yml@master
uses: cosmtrek/air/.github/workflows/smoke_test_reuse_job_windows.yml@master
with:
run_on: windows-latest
4 changes: 2 additions & 2 deletions .github/workflows/smoke_test_reuse_job.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Reusable smoke_test
name: Reusable smoke test

on:
workflow_call:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
smoke_test:
name: smoke_test
name: Smoke test
runs-on: ${{ inputs.run_on }}
steps:
- name: Check out code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Reusable smoke_test
name: Reusable smoke test on Windows

on:
workflow_call:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
smoke_test:
name: smoke_test
name: Smoke test
runs-on: ${{ inputs.run_on }}
steps:
- name: Check out code
Expand Down

0 comments on commit d10df14

Please sign in to comment.