Skip to content

Commit

Permalink
Update GitHub Actions YAML file, fix typo in changelog
Browse files Browse the repository at this point in the history
.github/workflows/gcclassic-compile-tests.yml
- Updated the command that calls integrationTest.sh to consistent with
  geoschem/geos-chem#2187

CHANGELOG.md
- Fix typo: "integrationt" -> "integration

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Mar 22, 2024
1 parent 44e9c87 commit 53d908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcclassic-compile-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: |
git submodule update --init --recursive
cd test/integration/GCClassic
./integrationTest.sh -d /test -s none -e ~/.bashrc
./integrationTest.sh -d /GCC_it -t compile

0 comments on commit 53d908a

Please sign in to comment.