We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c344f9 commit 76644dcCopy full SHA for 76644dc
.github/workflows/test_docker_run_install_ubuntu.yaml
@@ -1,15 +1,17 @@
1
-#name: Linux-Docker-install (CI-GHA)
2
-#on:
3
-# pull_request:
4
-# branches:
5
-# - main
6
-#
7
-#jobs:
8
-# build_and_publish:
9
-# runs-on: ubuntu-latest
10
-# steps:
11
-# - uses: actions/checkout@v3
12
-# - name: Install Docker
13
-# run: |
14
-# ./install_cosicorr.sh --docker
15
-# docker images
+name: Linux-Docker-install (CI-GHA)
+on:
+ pull_request:
+ branches:
+ - main
+
+jobs:
+ build_and_publish:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - name: Install Docker Compose
+ run: sudo apt-get install -y docker-compose
+ - name: Install Docker
+ run: |
16
+ ./install_cosicorr.sh --docker
17
+ docker images
0 commit comments