Skip to content

Commit 0e39eb6

Browse files
launch script tester
1 parent 64057c5 commit 0e39eb6

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/blank.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ jobs:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2727
- uses: actions/checkout@v2
2828

29-
# Runs a set of commands using the runners shell
30-
- name: Run a multi-line script
29+
# Copy problemtype to gid and copy exec
30+
- name: Move kratos where it should be
3131
run: |
32-
echo Add other actions to build,
33-
echo test, and deploy your project.
34-
pwd
35-
cd ..
36-
ls
32+
mv ./kratos.gid /gid/problemtypes/
33+
mkdir /gid/problemtypes/kratos.gid/exec/Kratos
34+
mv /tmp/KratosRelease/* /gid/problemtypes/kratos.gid/exec/Kratos
35+
36+
# start the tester thing
37+
- name: Tester
38+
run: |
39+
cd /app
40+
npm start

0 commit comments

Comments
 (0)