ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit ccf0a5bce7 - Show all commits

View file

@ -13,6 +13,11 @@ jobs:
container:
image: barichello/godot-ci:3.3.4
steps:
- name: Setting Up Packages
run: |
apt update
apt upgrade
apt install nodejs
- name: Checkout
uses: https://github.com/actions/checkout@v2
with: