tests: fix test breakage in Github CI.
Fix tests not working in Github. They were failing because the latest version of Webpack needs a version of Node newer than the version in shipped Ubuntu 20.04. Also fix the Docker build failing because of the system timezone database not being installed in Ubuntu 20.10.
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container: ubuntu:20.04
|
||||
container: ubuntu:20.10
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user