Skip to content

Commit

Permalink
fix: connect server
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatACotton committed Apr 7, 2024
1 parent 8697b7a commit 3fba3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "deb [signed-by=/usr/share/keyrings/stripe.gpg] https://packages.stripe.dev/stripe-cli-debian-local stable main" | sudo tee -a /etc/apt/sources.list.d/stripe.list
sudo apt update
sudo apt install stripe
bash test_run.sh &
bash test_server.sh &
sleep 10
- name: execute midium test
run: |
Expand Down

0 comments on commit 3fba3c0

Please sign in to comment.