Merge pull request #33 from anatawa12/support-ref #9
This file contains 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: deploy test | |
on: | |
push: | |
jobs: | |
run-script: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Set environment variable (for tput command) | |
run: echo "TERM=xterm" >> $GITHUB_ENV | |
- name: Run install script | |
run: | | |
sudo chmod 555 ./misskey-install.sh | |
sudo bash -x ./misskey-install.sh -c ./testenv_githubactions.txt | |