We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64057c5 commit 0e39eb6Copy full SHA for 0e39eb6
1 file changed
.github/workflows/blank.yml
@@ -26,11 +26,15 @@ jobs:
26
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27
- uses: actions/checkout@v2
28
29
- # Runs a set of commands using the runners shell
30
- - name: Run a multi-line script
+ # Copy problemtype to gid and copy exec
+ - name: Move kratos where it should be
31
run: |
32
- echo Add other actions to build,
33
- echo test, and deploy your project.
34
- pwd
35
- cd ..
36
- ls
+ mv ./kratos.gid /gid/problemtypes/
+ mkdir /gid/problemtypes/kratos.gid/exec/Kratos
+ mv /tmp/KratosRelease/* /gid/problemtypes/kratos.gid/exec/Kratos
+
+ # start the tester thing
37
+ - name: Tester
38
+ run: |
39
+ cd /app
40
+ npm start
0 commit comments