| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8a05390 commit 41377d5
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ name: test-alpine | |||
| 3 | 3 | on: [push, pull_request, workflow_dispatch] | |
| 4 | 4 | ||
| 5 | 5 | jobs: | |
| 6 | - build: | ||
| 6 | + test: | ||
| 7 | 7 | runs-on: ubuntu-latest | |
| 8 | 8 | ||
| 9 | 9 | container: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ name: test-cygwin | |||
| 3 | 3 | on: [push, pull_request, workflow_dispatch] | |
| 4 | 4 | ||
| 5 | 5 | jobs: | |
| 6 | - build: | ||
| 6 | + test: | ||
| 7 | 7 | runs-on: windows-latest | |
| 8 | 8 | ||
| 9 | 9 | strategy: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ permissions: | |||
| 9 | 9 | contents: read | |
| 10 | 10 | ||
| 11 | 11 | jobs: | |
| 12 | - build: | ||
| 12 | + test: | ||
| 13 | 13 | strategy: | |
| 14 | 14 | matrix: | |
| 15 | 15 | os-type: [ubuntu, macos, windows] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments