Skip to content

Commit

Permalink
fix: run
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 9, 2024
1 parent 07026f3 commit 4462710
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,6 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Wait for Vercel Preview URL with App Name
id: vercel_preview_url_by_name
uses: zentered/vercel-preview-url@v1.1.9
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
GITHUB_REF: 'main'
GITHUB_REPOSITORY: 'PatrickHeneise/vercel-preview-action-test'
with:
vercel_app: 'vercel-preview-action-test'
- name: Get URL
run:
echo "https://${{
steps.vercel_preview_url_by_name.outputs.preview_url}}"

ui_tests:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4462710

Please sign in to comment.