mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
fix? (#6258)
This commit is contained in:
parent
7b3d04c830
commit
bdb67313e1
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -17,12 +17,9 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
# os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user