Skip to content

Commit

Permalink
updated file
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwich committed Sep 8, 2023
1 parent a678083 commit b59f2b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/automake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
container:
image: composer:latest
volumes:
- ${{ github.workspace }}:/workspaces/parigot"
- ${{ github.workspace }}:/workspaces/parigot
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Running composer install
run: composer install

- name: Build Docker image
run: docker build -t my-test-image .devcontainer
Expand Down

0 comments on commit b59f2b2

Please sign in to comment.