Skip to content

Commit

Permalink
chore: adiciona teste para pasta dev
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira authored Jul 28, 2023
1 parent 6023fad commit 50a9bb4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@ jobs:
- name: Fetch Pull Request branch
uses: actions/checkout@v3
- name: Run make tests containers
run: cd containers/tests; make getenv-test; make test-containers
run: cd containers/tests; make getenv-test; make test-containers; cd ../../
- name: Fetch código do SUPER
uses: actions/checkout@v3
with:
repository: supergovbr/super
token: ${{ secrets.GH_PAT }}
path: super
- name: Run make tests app
run: pwd; cd dev/tests; SUPER_PATH=../../super/src make tests-all-bases; cd ../../

0 comments on commit 50a9bb4

Please sign in to comment.