actions: use the forgejo context instead of forge and test backward compatibility (#1034)
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1034 Reviewed-by: Mathieu Fenniak <mfenniak@noreply.code.forgejo.org> Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
7f6f69c80f
commit
14d2748a33
5 changed files with 28 additions and 8 deletions
|
|
@ -9,11 +9,11 @@ jobs:
|
|||
#
|
||||
- uses: https://code.forgejo.org/forgejo/test-setup-forgejo-docker@main
|
||||
with:
|
||||
args: ${{ forge.workspace }}/SOMEFILE
|
||||
args: ${{ forgejo.workspace }}/SOMEFILE
|
||||
#
|
||||
# ... which then also exists in the job workspace
|
||||
# because both docker containers are automatically
|
||||
# sharing the volume that contains it.
|
||||
#
|
||||
- run: |
|
||||
test -f ${{ forge.workspace }}/SOMEFILE
|
||||
test -f ${{ forgejo.workspace }}/SOMEFILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue