Skip to content

Commit

Permalink
Default to bash and set correct working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
felixsch committed Feb 5, 2024
1 parent 116993c commit ebed7b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
feature-tests:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: /usr/src/rmt-server
container:
image: registry.opensuse.org/systemsmanagement/scc/containers/15.5/rmt-ci-container:latest
options: --user root
Expand Down

0 comments on commit ebed7b5

Please sign in to comment.