From e2f4ca101e9393e31a8c10058492a76c9d058e66 Mon Sep 17 00:00:00 2001 From: Barber0 Date: Tue, 30 Jan 2024 07:49:21 +0000 Subject: [PATCH] feat: ci definition --- .github/workflows/aspect-test.yaml | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/aspect-test.yaml diff --git a/.github/workflows/aspect-test.yaml b/.github/workflows/aspect-test.yaml new file mode 100644 index 00000000..3840c183 --- /dev/null +++ b/.github/workflows/aspect-test.yaml @@ -0,0 +1,35 @@ +name: Aspect Test + +on: + push: + branches: [ ci_test ] + pull_request: + branches: [ ci_test ] + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Aspect Test + run: | + docker run --name testenv -e -d simonalphafang/aspect-tooling:0.0.3 tail -f /dev/null + docker exec -i testenv bash <