Skip to content

Commit 4eefbca

Browse files
Makes adjustments to workflow file.
1 parent 524d344 commit 4eefbca

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ on:
33
push
44

55
jobs:
6-
run-tests:
7-
runs-on: self-hosted
8-
environment: build-and-test
6+
test-start:
97
strategy:
10-
matrix:
11-
os: [ubuntu-latest, macos-latest]
8+
matrix:
9+
os: [ubuntu-latest, macos-latest]
10+
runs-on: ${{ matrix.os }}
1211

1312
steps:
1413
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)