Skip to content

Commit

Permalink
Move GitHub Actions test script to .github
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Feb 2, 2023
1 parent cd6ee6b commit d7a2ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
sudo wget https://github.com/opencontainers/runc/releases/download/$RUNC_VERSION/runc.amd64 -O /usr/local/bin/runc
- run: ./.run-gha-tests.sh btrfs
- run: ./.run-gha-tests.sh zfs
- run: $GITHUB_WORKSPACE/.github/workflows/main.sh btrfs
- run: $GITHUB_WORKSPACE/.github/workflows/main.sh zfs

build_rsync:
strategy:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
sudo wget https://github.com/opencontainers/runc/releases/download/$RUNC_VERSION/runc.amd64 -O /usr/local/bin/runc
- run: ./.run-gha-tests.sh ${{matrix.rsync_mode}}
- run: $GITHUB_WORKSPACE/.github/workflows/main.sh ${{matrix.rsync_mode}}

windows:
strategy:
Expand Down

0 comments on commit d7a2ec7

Please sign in to comment.