Skip to content

Commit 1e91001

Browse files
authored
#128: Removed bash installer tests from release droid GH workflow (#129)
Fixes #128 Co-authored-by: [email protected]
1 parent a63370c commit 1e91001

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/release_droid_upload_github_release_assets.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99

1010
jobs:
1111
check-release:
12-
strategy:
13-
fail-fast: true
1412
runs-on: ubuntu-latest
1513
steps:
1614
- uses: actions/checkout@v2
@@ -35,16 +33,6 @@ jobs:
3533
- name: Test ./exaslct
3634
run: ./exaslct --help
3735

38-
test-installer:
39-
runs-on: ubuntu-latest
40-
steps:
41-
- uses: actions/checkout@v2
42-
43-
- name: "Run install tests"
44-
run: "bash installer/tests/run_tests.sh"
45-
env:
46-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
47-
4836
prep-testbed:
4937
runs-on: ubuntu-latest
5038
steps:

doc/changes/changes_0.10.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Also, Python 2 was removed from the Test-Container and the integration-test-dock
1717

1818
- #109: fix starter scripts on GNU bash 4.2
1919
- #123: Fix error when running exaslct on a path containing spaces
20+
- #128: Removed bash installer tests from release droid GH workflow
2021

2122
## Documentation
2223

0 commit comments

Comments
 (0)