Skip to content

Commit

Permalink
remove behat.yml from Docker image and add it to actions-services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Apr 15, 2024
1 parent bc493f0 commit 7d63fae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ ENV SSP_PATH /data/vendor/simplesamlphp/simplesamlphp

# Copy modules into simplesamlphp
COPY modules/ $SSP_PATH/modules
COPY behat.yml .

# Copy in SSP override files
RUN mv $SSP_PATH/www/index.php $SSP_PATH/www/ssp-index.php
Expand Down
1 change: 1 addition & 0 deletions actions-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./dockerbuild/run-metadata-tests.sh:/data/run-metadata-tests.sh
- ./dockerbuild/run-tests.sh:/data/run-tests.sh
- ./features:/data/features
- ./behat.yml:/data/behat.yml
- ./tests:/data/tests

test-browser:
Expand Down

0 comments on commit 7d63fae

Please sign in to comment.