Skip to content

Commit

Permalink
add tests for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Jun 4, 2024
1 parent b5f66ee commit 233351e
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
---
name: Test

#
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#

on:
push:
branches:
- master
pull_request:

jobs:

test:
name: Test
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4

- name: Run
run: |
cd test
./run.sh
- name: Checkout
uses: actions/checkout@v4
- name: Run
run: |
cd test
./run.sh

0 comments on commit 233351e

Please sign in to comment.