Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] skip other tests #852

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci-statics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
pull_request:
types: [opened, synchronize, reopened]
# Trigger when PR is created and/or head of branch is updated.
paths:
- "static_report/**"
- "piperider_cli/**"
# Trigger when diffs detected in statics source code
# paths:
# - "static_report/**"
# - "piperider_cli/**"
# # Trigger when diffs detected in statics source code
branches:
- main
# Only PR target is `main`
Expand All @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: pnpm/[email protected]
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Cypress run (E2E)
# Parallelization only for cypress dashboard https://www.cypress.io/pricing/
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v5
with:
install: false
record: false
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/dbt-compatible-tests.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/e2e-windows-tests.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/flake8.yaml

This file was deleted.

113 changes: 0 additions & 113 deletions .github/workflows/nightly.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/pr.yaml

This file was deleted.

Loading