Skip to content

Merge branch 'git-commit-push-action-11379554186-windows-full-remote'… #1304

Merge branch 'git-commit-push-action-11379554186-windows-full-remote'…

Merge branch 'git-commit-push-action-11379554186-windows-full-remote'… #1304

name: Test 87
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: StackSpot Runtime Infra Debian (v1)
runs-on: ubuntu-latest
steps:
- name: Show STK CLI version (1)
run: |
docker run -t --entrypoint /bin/bash -v $(pwd):/data stackspot/stk-cli-debian:5.4.7 -c '
cd /data
~/.stk/bin/stk -v
'
env:
HTTP_ENABLE_DEBUG: true