This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticFactory-Legacy/.gitea/workflows/test.yaml
SeaswimmerTheFsh 302ed8aea4
Some checks failed
Autotagger / Autotagger (push) Successful in 9s
Build / Documentation (push) Failing after 14s
Build / Export Files (push) Successful in 9s
Test / Prism Launcher (push) Failing after 5s
added a testing workflow
2024-03-30 22:23:24 -04:00

29 lines
685 B
YAML

name: Test
on:
push:
pull_request:
jobs:
Prism Launcher:
runs-on: docker
container: www.coastalcommits.com/galacticfactory/documentation:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Copy export files
run: |
mkdir -vp /test/.minecraft
cp -vrT ./build/prism /test/
cp -v ./unsup.ini /test/.minecraft/
- name: ZIP export files
run: |
cd /test
zip -r GalacticFactory.zip ./
- name: Check Prism Launcher version
run: primslauncher --version --alive
- name: Import instance
run: prismlauncher --import /test/GalacticFactory.zip