We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f52bb3 commit 152beedCopy full SHA for 152beed
2 files changed
.github/workflows/release.yml
@@ -98,3 +98,7 @@ jobs:
98
files: |
99
target/${{ matrix.platform.target }}/release/envfetch-windows-amd64.zip
100
target/${{ matrix.platform.target }}/release/envfetch-windows-amd64.zip.sha256
101
+ test-install-scripts:
102
+ needs: publish
103
+ uses: ./.github/workflows/test-install.yml
104
+
.github/workflows/test-install.yml
@@ -1,6 +1,7 @@
1
name: Test Installation Script
2
3
on:
4
+ workflow_call:
5
push:
6
paths:
7
- "install.ps1"
@@ -11,7 +12,6 @@ on:
11
12
13
- "install.sh"
14
- ".github/workflows/test-install.yml"
- release:
15
16
jobs:
17
test-install-windows:
0 commit comments