Skip to content

Commit

Permalink
another fix to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwich committed Sep 8, 2023
1 parent fa76725 commit 1ea86ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ENV TOOLS=/home/parigot/tools
ENV PATH=/workspaces/parigot/build:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:$TOOLS/bin:$WABTTOOLS/bin
ENV CC=clang
ENV GOFLAGS="-buildvcs=false"
ENV GITHUB_WORKSPACE=/workspaces/parigot
#ENV GITHUB_WORKSPACE=/workspaces/parigot

ENTRYPOINT ["bash"]

6 changes: 6 additions & 0 deletions .github/workflows/automake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ name: Tests and Build
jobs:
my-job:
runs-on: ubuntu-latest
container:
image: composer:latest
volumes:
- "{{ github.workspaces }}:/parigot"

steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -16,6 +21,7 @@ jobs:
run: docker build -t my-test-image .devcontainer
# - name: Run tests using Docker image
# run: docker run --rm my-test-image make test

- name: show workspace location
run: echo $GITHUB_WORKSPACE
- name: list top level files
Expand Down

0 comments on commit 1ea86ec

Please sign in to comment.