Skip to content

Commit

Permalink
Self Runner testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vipersniper0501 committed Jan 14, 2021
1 parent d532f65 commit 425faaa
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 24,16 @@ jobs:
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
- name: Changing Test-Scripts to Executables
run: |
echo Add other actions to build,
echo test, and deploy your project.
sudo chmod x ./builds/tests/compile_test.sh
sudo chmod x ./builds/tests/after_successCONVERT.sh
- name: Build Executables
run:
sudo sh ./builds/tests/compile_test.sh linux

- name: Upload to Github
run:
sudo sh ./builds/tests/after_successCONVERT.sh

0 comments on commit 425faaa

Please sign in to comment.