Skip to content

Commit

Permalink
Support local test all script. v1.0.302
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 8, 2023
1 parent 1523c92 commit 699932d
Show file tree
Hide file tree
Showing 6 changed files with 466 additions and 229 deletions.
File renamed without changes.
18 changes: 18 additions & 0 deletions .github/workflows/platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@ on:
- v1*

jobs:
check-test:
steps:
- name: Wait for Test Workflow
uses: fountainhead/[email protected]
id: wait-for-test
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: Test for commits
ref: ${{ github.sha }}
timeoutSeconds: 3600
- name: Check Test Workflow result
if: steps.wait-for-test.outputs.conclusion != 'success'
run: |
echo "Test Workflow failed, aborting release" && exit 1
runs-on: ubuntu-20.04

envs:
needs:
- check-test
name: envs
steps:
##################################################################################################################
Expand Down
Loading

0 comments on commit 699932d

Please sign in to comment.