File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -304,35 +304,6 @@ jobs:
304304 exit 1
305305 fi
306306
307- # -- Test action get-repo-commit
308- test-get-repo-commit :
309- runs-on : ubuntu-latest
310-
311- steps :
312- - name : Checkout this repo
313- uses : actions/checkout@v4
314-
315- - name : Check apio repo at a known commit
316- uses : actions/checkout@v4
317- with :
318- repository : fpgawars/apio
319- ref : 8548ede2dc34a2e1067bb58ee3ef3ad59b9fc04a
320- path : apio-repo
321-
322- - name : Get repo commit
323- uses : ./.github/actions/get-repo-commit
324- with :
325- repo-dir : apio-repo
326- env-var-name : REPO_COMMIT
327-
328- - name : Check extracted repo commit
329- run : |
330- echo "REPO_COMMIT: [$REPO_COMMIT]"
331- if [ "$REPO_COMMIT" != "8548ede2dc34a2e1067bb58ee3ef3ad59b9fc04a" ]; then
332- echo "Error: Got a wrong repo commit" >&2
333- exit 1
334- fi
335-
336307 # -- Test action get-repo-info
337308 test-get-repo-info :
338309 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments