Skip to content

Commit

Permalink
Issue #322: fix typo in TDProjectCommandTests>>expectedFailures, add …
Browse files Browse the repository at this point in the history
…testProjectNewCreateClass as expected failure ... when smalltalkCI gets updated to use latest GsDevKit_stones, we can expect the CI tests to pass again
  • Loading branch information
dalehenrich committed Dec 16, 2023
1 parent 293d928 commit 8611a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.7, GemStone64-3.5.8 ]
experimental: [ false ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
testing
setUp
super expectedFailures , #( testProjectNew )
expectedFailures
super expectedFailures , #( testProjectNew testProjectNewCreateClass )

0 comments on commit 8611a4f

Please sign in to comment.