Skip to content

Commit b969fad

Browse files
committed
fix(ci/cd): run-ons
1 parent fa26d50 commit b969fad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: ci
22
on: [push]
33
jobs:
44
tests:
5-
runs-on: ${{ matrix.operating-system }}
6-
strategy:
7-
fail-fast: false
8-
matrix:
9-
operating-system: [ubuntu-22.04]
5+
runs-on: ubuntu-22.04
106
steps:
117
- name: Checkout
128
uses: actions/checkout@v3

0 commit comments

Comments
 (0)