Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 658357a

Browse files
committed
feat(CI): Updates integration tests
1 parent acbf46b commit 658357a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
8+
branches: [main, umati]
109

1110
jobs:
1211
job:
1312
runs-on: ${{ matrix.os }}
1413
strategy:
1514
matrix:
16-
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
15+
os: ['ubuntu-latest', 'windows-latest']
1716
node: ['14', '16']
1817
steps:
1918
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)