Skip to content

Commit

Permalink
test only mac os. give authority to execute juicefs
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoAhoy committed Aug 25, 2021
1 parent 1bdcfa9 commit a24f5f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, macos-latest]
# os: [ubuntu-18.04, macos-latest]
os: [macos-latest]

steps:
- name: Checkout Github Repository
Expand Down Expand Up @@ -134,6 +135,11 @@ jobs:
with:
name: jfs-binary-${{ matrix.os-key }}-${{ steps.jfs-version.outputs.JUICEFS_VERSION }}
path: ./juicefs/lib/
- name: Chmod to make juicefs executable linux/mac
if: ${{ matrix.os != 'windows-latest' }}
run: |
chmod 755 ./juicefs/lib/juicefs
ls -l ./juicefs/lib/juicefs
- name: Run style-check
if: ${{ matrix.python-version == '3.6' && matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit a24f5f2

Please sign in to comment.