From e8788336f984434dd26e12d130aed08fb7cff97a Mon Sep 17 00:00:00 2001 From: "Yiliang (Peter) Yang" Date: Mon, 30 Oct 2023 15:46:30 -0400 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..4ec0c41 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,11 @@ +name: test +on: + - workflow_dispatch +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true