Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fix checkout path in integration test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Sep 21, 2023
1 parent 776a4f3 commit 178a858
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:

- name: Checkout modflow6
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6
path: modflow6

- uses: ilammy/msvc-dev-cmd@v1
with:
Expand All @@ -157,11 +160,12 @@ jobs:
vs2019: 'true'

- name: Build modflow6
run: devenv msvs/mf6.sln /Build
working-directory: modflow6/msvs
run: devenv mf6.sln /Build

- name: Show build log
shell: bash
run: cat "D:\a\modflow6\modflow6\msvs\UpgradeLog.htm"
run: cat "D:\a\modflow6\modflow6\modflow6\msvs\UpgradeLog.htm"

test_pymake:
name: Test pymake integration
Expand Down

0 comments on commit 178a858

Please sign in to comment.