Skip to content

Commit

Permalink
Merge branch 'main' of github.com:flaxandteal/arches-container-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Nov 18, 2023
2 parents 1cda834 + 353c22e commit 560ea5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Check out repository code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: 'true'
# name: Build docker backend image
# run: |
# docker build --build-arg VERSION=feature-ci --build-arg ARCHES_BASE=${{ env.ARCHES_BASE }} --build-arg ARCHES_PROJECT=${{ env.ARCHES_PROJECT }} -f Dockerfile.static . -t arches_${{ env.ARCHES_PROJECT }}_static
Expand Down Expand Up @@ -209,6 +212,9 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Check out repository code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: 'true'
# name: Build docker backend image
# run: |
# docker build --build-arg VERSION=feature-ci --build-arg ARCHES_BASE=${{ env.ARCHES_BASE }} --build-arg ARCHES_PROJECT=${{ env.ARCHES_PROJECT }} -f Dockerfile.static . -t arches_${{ env.ARCHES_PROJECT }}_static
Expand Down Expand Up @@ -270,6 +276,9 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Check out repository code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: 'true'
- name: Cypress run
uses: cypress-io/github-action@v4
with:
Expand Down

0 comments on commit 560ea5c

Please sign in to comment.