mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +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:
|
jobs:
|
||||||
Test:
|
Test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest]
|
|
||||||
# os: [macos-latest, windows-latest, ubuntu-latest]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user