Skip to content

Commit

Permalink
create run-new-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itegration-it authored Jan 19, 2024
1 parent 55416c2 commit 2709edd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/run-new-test.yml
Original file line number Diff line number Diff line change
@@ -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!"

0 comments on commit 2709edd

Please sign in to comment.