Skip to content

Commit

Permalink
disabled: run local coopcycle-web instance on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed Aug 27, 2024
1 parent 4e83859 commit 3c2fdfc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/test_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,25 @@ jobs:
defaults:
run:
working-directory: coopcycle-app-repo
# local coopcycle-web instance
env:
GEOCODE_EARTH_API_KEY: ${{ secrets.GEOCODE_EARTH_API_KEY }}
STRIPE_PUBLISHABLE_KEY: ${{ secrets.STRIPE_PUBLISHABLE_KEY }}
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
STRIPE_CONNECT_CLIENT_ID: ${{ secrets.STRIPE_CONNECT_CLIENT_ID }}
AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
#FIXME; setup local coopcycle-web instance
# env:
# GEOCODE_EARTH_API_KEY: ${{ secrets.GEOCODE_EARTH_API_KEY }}
# STRIPE_PUBLISHABLE_KEY: ${{ secrets.STRIPE_PUBLISHABLE_KEY }}
# STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
# STRIPE_CONNECT_CLIENT_ID: ${{ secrets.STRIPE_CONNECT_CLIENT_ID }}
# AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v3
with:
path: coopcycle-app-repo

- name: Setup Docker on macOS
uses: douglascamata/[email protected]

- name: Run CoopCycle Web
uses: ./coopcycle-app-repo/.github/actions/run-coopcycle-web
#FIXME; setup local coopcycle-web instance
# - name: Setup Docker on macOS
# uses: douglascamata/[email protected]
#
# - name: Run CoopCycle Web
# uses: ./coopcycle-app-repo/.github/actions/run-coopcycle-web

- name: Download App bundle
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3c2fdfc

Please sign in to comment.