We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6b631 commit 92a2720Copy full SHA for 92a2720
.github/workflows/ci.yml
@@ -2,11 +2,7 @@ name: ci
2
on: [push, pull_request]
3
jobs:
4
test:
5
- strategy:
6
- fail-fast: false
7
- matrix:
8
- runs-on: [windows-latest, ubuntu-latest, macos-latest]
9
- runs-on: ${{ matrix.runs-on }}
+ runs-on: windows-latest
10
steps:
11
- name: set test variable
12
uses: myci-actions/export-env-var-powershell@master
0 commit comments