diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-10 13:13:18 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-10 13:16:15 +0100 |
| commit | 054bf059c737703e5abb36875df6822c89904150 (patch) | |
| tree | 46b9d956ca04f40da0127f8d62545f921ff0cd03 /.github/workflows/test.yml | |
| parent | 93edb58effcc9b001fd9fb1e5bd5b7f9f79ca1c5 (diff) | |
Add macOS test Swift GitHub workflow
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39ef3b0..bc3edf0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test & check build +name: "[Ubuntu] Test & check build" on: [ push, pull_request ] |
