Skip to content

Commit

Permalink
feat: turn off script self-test
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Feb 2, 2024
1 parent c828772 commit 811531f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
-
name: Checkout
uses: actions/checkout@v4

- name: Test
run: |
bash main.sh test
# test:
# runs-on: ubuntu-latest
# name: Test
# steps:
# -
# name: Checkout
# uses: actions/checkout@v4

# - name: Test
# run: |
# bash main.sh test

shellcheck:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,7 @@ function ci_test() {
docker pull portainer/portainer-ce
docker pull amilys/embyserver:4.8.0.56
docker pull emby/embyserver:4.8.0.56
docker pull shenxianmq/auto_symlink:latest

}

Expand Down

0 comments on commit 811531f

Please sign in to comment.