Skip to content

Commit

Permalink
Enable Pharo testing and set HOME for Pharo in test.conf
Browse files Browse the repository at this point in the history
HOME is needed, otherwise Pharo can’t start.

Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Feb 2, 2024
1 parent 4d2b2f4 commit 2bf5e53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: SOMns
id: somns

# - name: Pharo
# id: pharo
- name: Pharo
id: pharo

- name: Squeak 64-bit
id: squeak64
Expand Down
2 changes: 2 additions & 0 deletions test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ executors:
Pharo:
path: implementations/
executable: pharo
env:
HOME: /home/runner
Squeak32:
path: implementations/
executable: squeak32
Expand Down

0 comments on commit 2bf5e53

Please sign in to comment.