Skip to content

Commit

Permalink
Merge branch 'master' into assignment7
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalkes committed Oct 13, 2024
2 parents 9ef5c02 + 8f5bfd1 commit 65c50c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- '*'
jobs:
full-test:
full-test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
Expand All @@ -23,7 +23,7 @@ jobs:
-v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent \
-e GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" \
-v ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE} \
cuaesd/aesd-autotest:assignment6-yocto \
cuaesd/aesd-autotest:24-assignment6-yocto \
--workdir=${GITHUB_WORKSPACE} \
./build.sh
- name: Cleanup
Expand Down

0 comments on commit 65c50c8

Please sign in to comment.