Skip to content

Commit

Permalink
lib: improve test workflow for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Dec 7, 2023
1 parent 33033ea commit 53c1fef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Installer test

on:
push:
branches: [ master ]
release:
types: [published]
pull_request:
branches: [ master ]
paths:
- 'install.sh'

jobs:
installer:
Expand All @@ -19,4 +20,5 @@ jobs:
- run: /bin/bash -c "$(cat install.sh)"
- run: |
which aliyun
aliyun version
echo "local version: $(cat ./version)"
echo "aliyun version: $(aliyun version)"

0 comments on commit 53c1fef

Please sign in to comment.