Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswant committed Aug 5, 2024
1 parent e049738 commit a5639ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
run: |
rm -fr ./${{ env.PR }} || true
ls -la ./
- name: Checkout current
- name: Checkout ${{ env.REPO }}
uses: actions/checkout@v4
with:
path: ./${{ env.PR }}/${{ env.REPO }}
- name: Initiate bundle
run: cp ./${{ env.PR }}/${{ env.REPO }}/ci/* ./${{ env.PR }}/
working-directory: ./${{ env.PR }}
run: ln -sf ./${{ env.REPO }}/ci/* .

- name: Checkout jedicmake
uses: actions/checkout@v4
Expand All @@ -60,15 +61,15 @@ jobs:
shell: bash
run: |
az acr login --name ngmssboxjediacr
ln -sf /testdata/mobb-data ${{ github.workspace }}/mobb-data
ln -sf /testdata/mobb-data -t ${{ github.workspace }}
docker run --rm \
--name ${REPO}_${PR}_${GITHUB_SHA::7} \
--volume ${{ github.workspace }}/${PR}:${WORKDIR} \
--volume ${{ github.workspace }}/mobb-data:${MOBB_DATA} \
--env CI_TESTS=1 \
--workdir=${WORKDIR} \
--entrypoint=/usr/local/src/${REPO}/${PR}/build-and-test.sh \
--entrypoint=${WORKDIR}/build-and-test.sh \
'ngmssboxjediacr.azurecr.io/jedibase:alma9'
- name: Cleanup
Expand Down

0 comments on commit a5639ec

Please sign in to comment.