Skip to content

Commit

Permalink
Disable Pharo testing for the moment, not sure what the issue is
Browse files Browse the repository at this point in the history
The following stack trace is reported:

```
Error: Can't find the requested origin
        UnixResolver(PlatformResolver)>>cantFindOriginError
        [ self cantFindOriginError ] in UnixResolver(PlatformResolver)>>directoryFromEnvVariableNamed: in Block: [ self cantFindOriginError ]
        UnixResolver(PlatformResolver)>>directoryFromEnvVariableNamed:or:
        UnixResolver(PlatformResolver)>>directoryFromEnvVariableNamed:
        UnixResolver>>home
```

But since we still have Squeak, which seems to work, I’ll disable Pharo for the moment.

Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 11, 2024
1 parent 17b1dd8 commit e29d03b
Showing 1 changed file with 2 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

0 comments on commit e29d03b

Please sign in to comment.