Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
disable actions for faster testing of app
Browse files Browse the repository at this point in the history
  • Loading branch information
sumew committed Sep 7, 2021
1 parent f98c5f9 commit fafce29
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/meeshkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Run Meeshkan tests

on: pull_request

jobs:
run-tests:
runs-on: ubuntu-latest
steps:

- name: Wait for Vercel Preview deployment
id: wait-for-vercel
uses: patrickedqvist/wait-for-vercel-preview@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 200

- name: Run Meeshkan tests
uses: meeshkan/action@master
with:
client_id: ${{ secrets.MEESHKAN_CLIENT_ID }}
client_secret: ${{ secrets.MEESHKAN_CLIENT_SECRET }}
url: ${{ steps.wait-for-vercel.outputs.url }}
#jobs:
# run-tests:
# runs-on: ubuntu-latest
# steps:
#
# - name: Wait for Vercel Preview deployment
# id: wait-for-vercel
# uses: patrickedqvist/wait-for-vercel-preview@master
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# max_timeout: 200
#
# - name: Run Meeshkan tests
# uses: meeshkan/action@master
# with:
# client_id: ${{ secrets.MEESHKAN_CLIENT_ID }}
# client_secret: ${{ secrets.MEESHKAN_CLIENT_SECRET }}
# url: ${{ steps.wait-for-vercel.outputs.url }}

0 comments on commit fafce29

Please sign in to comment.