Remove redundant stuff, minor upgrades to work with EC2 and add githu… #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| schedule: | |
| - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 # Checks out the current repository | |
| - name: "Install.sh" | |
| run: "bash install.sh server" |