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 12, 2024
1 parent 42759a9 commit b655bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased] - TBD
### Added
- GitHub action to perform compile-only integrationt tests
- GitHub action to perform compile-only integration tests

## [14.3.0] - 2024-02-07
### Changed
Expand Down

0 comments on commit b655bfc

Please sign in to comment.