Skip to content

Commit

Permalink
Trivial commit to trigger CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
kerchner committed Feb 15, 2024
1 parent e021764 commit 5a9440b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.CR_PAT }}
# Prepare the folder structure for scholarspace
- name: Setup scholarspace folder
- name: Create scholarspace folders
run: |
mkdir -p /opt/scholarspace
mkdir /opt/scholarspace/certs
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
docker exec $(docker ps --filter 'name=app' -q) bash -lc "bundle exec rails db:migrate"
- name: Run RSpec tests
run: |
docker exec $(docker ps --filter 'name=app' -q) bash -lc "bundle exec rspec"
docker exec $(docker ps --filter 'name=app' -q) bash -lc "bundle exec rspec"

0 comments on commit 5a9440b

Please sign in to comment.