From 2709edddde31944407940d0af7ff8f7d565404da Mon Sep 17 00:00:00 2001 From: itegration-it <39052088+itegration-it@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:53:32 +0100 Subject: [PATCH] create run-new-test.yml --- .github/workflows/run-new-test.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/run-new-test.yml diff --git a/.github/workflows/run-new-test.yml b/.github/workflows/run-new-test.yml new file mode 100644 index 0000000..e504401 --- /dev/null +++ b/.github/workflows/run-new-test.yml @@ -0,0 +1,13 @@ +name: Run new tests + +on: + push: + branches: + - "*" +jobs: + test: + runs-on: github-actions-runner-emarsys + steps: + - name: Test + shell: bash + run: echo "Hello world!"