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 2cb3c5f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,14 @@ jobs:
FC: ifort
steps:

- name: Checkout action
uses: actions/checkout@v4

- 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 +163,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 2cb3c5f

Please sign in to comment.