ci-test (working now) #2
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.3.4
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setting Up Packages
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt upgrade
|
||||||
|
apt install nodejs
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v2
|
uses: https://github.com/actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue