2024-10-30 01:50:12 +03:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
workflow_dispatch:
|
2024-10-29 18:47:44 +03:00
|
|
|
jobs:
|
|
|
|
test:
|
2024-11-10 21:58:37 +03:00
|
|
|
runs-on: docker
|
|
|
|
container:
|
2024-11-10 22:01:06 +03:00
|
|
|
image: bitanmi/debian:latest
|
2024-11-10 21:59:30 +03:00
|
|
|
steps:
|
2024-11-10 22:01:06 +03:00
|
|
|
- run: echo "Test"
|
|
|
|
- run: ping asandikci.com
|
|
|
|
- run: iptables -L
|