Skip to content

Take 2

Take 2 #3

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Checks out the current repository
- name: "Install.sh"
run: "bash install.sh server"