Add container image to release action test job
Some checks failed
Run Tests on Code / run-tests (push) Failing after 3m19s
Some checks failed
Run Tests on Code / run-tests (push) Failing after 3m19s
This commit is contained in:
parent
00099f8950
commit
ccab3c247b
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ on:
|
|||
jobs:
|
||||
run-tests:
|
||||
runs-on: docker
|
||||
container: rust:latest
|
||||
steps:
|
||||
-
|
||||
name: Installing Node and dependencies
|
||||
|
|
Reference in a new issue