Skip to content

Commit

Permalink
no sync files
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Feb 9, 2024
1 parent 9dd3102 commit a2c409f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@ jobs:
runs-on: ubuntu-latest
name: Start a dragonflybsd shell
steps:
- uses: vmactions/cf-tunnel@v0
id: tunnel
with:
protocol: http
port: 8000
- name: Set envs
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV
- name: Starting a dragonflybsd VM, please wait. It may take 3 minutes
id: shell
uses: vmactions/dragonflybsd-vm@main
with:
release: ${{secrets.RELEASE}}
nat: |
"8000": "80"
envs: 'TestingDomain TEST_PREFERRED_CHAIN TEST_ACME_Server INPUT_*'
sync: no
prepare: |
pkg install -y curl
run: |
Expand All @@ -22,6 +33,6 @@ jobs:
env
uname -a
- name: Sleep
run: sleep 5
run: for i in $(seq 1 10) ; do echo $i; sleep 1; done
- uses: neilpang/debugger-action@master

0 comments on commit a2c409f

Please sign in to comment.