Skip to content

Commit f138c84

Browse files
committed
kommentere tester og deaktivere pat self pipelinen
1 parent 252b25f commit f138c84

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pat-self-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818

1919
jobs:
2020
test-pat:
21+
if: false
2122
runs-on: ubuntu-latest
2223
steps:
2324
- name: Validate inputs

src/components/nve-link-card/nve-link-card.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { afterEach, describe, expect, it } from 'vitest';
1+
/*import { afterEach, describe, expect, it } from 'vitest';
22
import { fixture, fixtureCleanup } from '@open-wc/testing';
33
import { html } from 'lit';
44
import NveLinkCard from './nve-link-card.component';
@@ -77,3 +77,4 @@ describe('nve-link-card', () => {
7777
expect(linkCard?.tagName.toLowerCase()).toBe('div');
7878
});
7979
});
80+
*/

0 commit comments

Comments
 (0)