Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- /home/runner/work/bibliograph:/github/workspace
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
- name: Mount workspace dirs into /var/www of http service container
run: docker exec http_server ln -s /github/workspace/bibliograph/{compiled,dist,src,test} /var/www
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- /home/runner/work/bibliograph:/github/workspace
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
- name: Configure httpd container
run: |
rm test/.env && cp test/.env.github test/.env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- /home/runner/work/bibliograph:/github/workspace
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
- name: Configure httpd container
run: |
rm test/.env && cp test/.env.github test/.env
Expand Down