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 f0b3740 commit 81bf973Copy full SHA for 81bf973
.github/workflows/build_docker_image.yml
@@ -3,7 +3,7 @@ on: push
3
jobs:
4
publish_docker:
5
runs-on: ubuntu-latest
6
- if: github.ref == 'master'
+ if: github.ref == 'refs/heads/master'
7
steps:
8
- uses: docker/login-action@v1
9
with:
Dockerfile
@@ -36,6 +36,7 @@ COPY Makefile .
36
COPY local.sh .
37
COPY network.sh .
38
COPY examples examples
39
+COPY tests tests
40
COPY pini.sh .
41
RUN yarn
42
RUN make rt
0 commit comments