mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-27 09:04:31 +02:00
fix: firefox test integration environment (#5742)
* fix: fix firefox test integration env * chore: test ubuntu apt source * chore: IMMUTABLE_INSTALLS ? * fix: ubuntu version
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -10,7 +10,8 @@ permissions:
|
||||
jobs:
|
||||
ci:
|
||||
name: ${{ matrix.command }}
|
||||
runs-on: ubuntu-latest
|
||||
# Pin the version to avoid dependency installation issues
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
command:
|
||||
|
Reference in New Issue
Block a user