Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to specify application path
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Jul 24, 2024
1 parent 7050484 commit 8172723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
path: applicaiton

- name: Checkout AMMR
uses: actions/checkout@v4
Expand All @@ -45,7 +47,7 @@ jobs:
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

- name: Run test
run: pytest Model
run: pytest applicaiton/Model
env:
RLM_LICENSE_PASSWORD: ${{ secrets.LICENSE_TEST_SERVER_PASSWORD }}
RLM_LICENSE: ${{ secrets.LICENSE_TEST_SERVER }}
Expand Down

0 comments on commit 8172723

Please sign in to comment.