Skip to content

Commit

Permalink
Is it possible to make ./makesure --selfupdate to work on Win? #22
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Aug 5, 2021
1 parent 4db8d6c commit e46f4d7
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ on: [ "push", "pull_request" ]
name: "Run tests"

jobs:
nix:
name: "Run tests *nix"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0 ]
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2
id: cache-tush
with:
path: soft/tush
key: ${{ runner.os }}-tush-2

- name: "run tests"
run: |
./makesure_stable
# nix:
# name: "Run tests *nix"
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0 ]
# steps:
# - uses: actions/checkout@v2
#
# - uses: actions/cache@v2
# id: cache-tush
# with:
# path: soft/tush
# key: ${{ runner.os }}-tush-2
#
# - name: "run tests"
# run: |
# ./makesure_stable
win:
name: "Run tests Win"
runs-on: ${{ matrix.os }}
Expand All @@ -38,4 +38,4 @@ jobs:

- name: "run tests"
run: |
& bash -e -c "./makesure_stable -D windows=1"
& bash -e -c "which wget ; which curl ; ./makesure_stable -D windows=1"

0 comments on commit e46f4d7

Please sign in to comment.