Skip to content

Commit

Permalink
Added secret env value
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Nov 12, 2023
1 parent c1316fd commit 1959f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: Test with Go
run: go test -json ./... > TestResults-${{ matrix.go-version }}.json
- name: Test CLI
env:
CL_INFOCLACE_SSH: ${{ secrets.CL_INFOCLACE_SSH }}
run: |
export CL_HOME=`pwd`
go install github.com/commander-cli/commander/v2/cmd/commander@latest
Expand Down
12 changes: 0 additions & 12 deletions tests/commander/test_load_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,5 @@ tests:
stdout: "App created. Permissions have been approved"
exit-code: 0

# Disable until git auth is enabled
# test0300: # Create app, git url
# command: ../clace app create --approve /ghload6 git@github.com:claceio/clace.git/examples/disk_usage
# #stdout: "App created. Permissions have been approved"
# stderr: ""
# exit-code: 0
# test0310: # Create app, git url with commit id
# command: ../clace app create --approve --commit e6a3ebc00392bc7afebcc3a2cdb6e13273985704 /ghload7 git@github.com:claceio/clace.git/examples/disk_usage
# #stdout: "App created. Permissions have been approved"
# stderr: ""
# exit-code: 0

test0900: # cleanup
command: rm -rf ./disk_usage || true

0 comments on commit 1959f77

Please sign in to comment.