Skip to content

Commit

Permalink
Run update before running e2e test suit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinwy committed Dec 12, 2024
1 parent 346b986 commit c1f7c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
name: komoju-japanese-payments
- name: Show files
run: ls
- name: Modify Docker build context
run: |-
echo "RUN apt-get update && apt-get install -y build-essential libffi-dev libssl-dev" >> Dockerfile
- name: Set up docker-compose
run: |-
docker compose build
Expand Down

0 comments on commit c1f7c6a

Please sign in to comment.