create custom docker image for fargo actions
All checks were successful
Unit Tests / Run Tests (push) Successful in 9s
All checks were successful
Unit Tests / Run Tests (push) Successful in 9s
This commit is contained in:
parent
baac17eeff
commit
d15751d37b
3 changed files with 20 additions and 4 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -10,11 +10,8 @@ jobs:
|
|||
name: Run Tests
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/gleam-lang/gleam:v1.15.2-erlang
|
||||
image: 853019563312.dkr.ecr.eu-central-1.amazonaws.com/gleam-tester-homelabstack:latest
|
||||
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