fix: services do not need WorkingDir #156
Labels
No labels
Compat/Breaking
Kind/Bug
Kind
Chore
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/act!156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "earl-warren/act:wip-service-workdir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes forgejo/runner#304
fix: services do not need WorkingDirto WIP: fix: services do not need WorkingDircascading-pr updated at forgejo/runner#633
https://code.forgejo.org/forgejo/end-to-end/actions/runs/3303/jobs/2#jobstep-4-655 shows an assorted set of tests including services work fine within a workingdir set.
simple-no-container:runs-on: dockerservices:pgsql:image: code.forgejo.org/oci/postgres:15env:POSTGRES_DB: testPOSTGRES_PASSWORD: postgressteps:- run: |apt-get update -qqapt-get install -y -qq postgresql-clientPGPASSWORD=postgres psql -h pgsql -U postgres -c '\dt' testWIP: fix: services do not need WorkingDirto fix: services do not need WorkingDir