docker mode test with host.containers.internal
Docker CI / test (push) Failing after 51s

This commit is contained in:
benson
2026-07-19 23:42:04 +08:00
parent e58d66dc45
commit 4f9d48d02e
+7 -20
View File
@@ -1,29 +1,16 @@
name: Multi-Lang CI
name: Docker CI
on:
push:
branches: [main]
jobs:
verify:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Go version
run: go version
- name: Rust version
run: rustc --version
- name: Java version
run: java --version
- name: Python version
run: python3 --version
- name: Node version
run: node --version
- name: All tools OK
run: echo "✅ All language tools available!"
- name: Hello
run: |
echo "Hello from Docker container!"
node --version
echo "Checkout URL should use host.containers.internal"