Skip to content

Commit

Permalink
Fix breakage within GHA. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Nov 21, 2022
1 parent 7c0a1e1 commit 17732a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV BINDIR=/home/janice/bin
WORKDIR /home/janice/steelcut

# Run the unit tests:
COPY *.asd *.sh Makefile /home/janice/steelcut
COPY *.asd *.sh Makefile /home/janice/steelcut/
COPY src /home/janice/steelcut/src
COPY test /home/janice/steelcut/test
# RUN make test-ecl
Expand Down

0 comments on commit 17732a4

Please sign in to comment.