try to manually install node on -erlang image
All checks were successful
Unit Tests / Run Tests (push) Successful in 1m33s
All checks were successful
Unit Tests / Run Tests (push) Successful in 1m33s
This commit is contained in:
parent
da933cd52e
commit
baac17eeff
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -10,8 +10,11 @@ jobs:
|
|||
name: Run Tests
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/gleam-lang/gleam:v1.15.2-elixir
|
||||
image: ghcr.io/gleam-lang/gleam:v1.15.2-erlang
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: apt-get update && apt-get install -y nodejs npm
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue