Skip to content

Commit d396008

Browse files
committed
Tester bygger og fyllut, og øker antall tester
1 parent 3f1e0f2 commit d396008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
number: [1, 2, 3, 4, 5, 6, 7, 8]
18+
number: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
- name: 'Build'
3636
run: yarn build
3737
- name: 'Test ${{matrix.number}}'
38-
run: yarn test:bygger
38+
run: yarn test
3939

4040
package-and-push-bygger:
4141
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)