Skip to content

Commit

Permalink
Merge branch 'main' into dashboard/v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waynexia authored Apr 22, 2024
2 parents 8ac0f3a + 4437225 commit befdf59
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,20 +330,20 @@ jobs:
fail_ci_if_error: false
verbose: true

compat:
name: Compatibility Test
needs: build
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Download pre-built binaries
uses: actions/download-artifact@v4
with:
name: bins
path: .
- name: Unzip binaries
run: |
mkdir -p ./bins/current
tar -xvf ./bins.tar.gz --strip-components=1 -C ./bins/current
- run: ./tests/compat/test-compat.sh 0.6.0
# compat:
# name: Compatibility Test
# needs: build
# runs-on: ubuntu-20.04
# timeout-minutes: 60
# steps:
# - uses: actions/checkout@v4
# - name: Download pre-built binaries
# uses: actions/download-artifact@v4
# with:
# name: bins
# path: .
# - name: Unzip binaries
# run: |
# mkdir -p ./bins/current
# tar -xvf ./bins.tar.gz --strip-components=1 -C ./bins/current
# - run: ./tests/compat/test-compat.sh 0.6.0

0 comments on commit befdf59

Please sign in to comment.