File tree 1 file changed +4
-23
lines changed
1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -31,29 +31,10 @@ jobs:
31
31
- name : Checkout
32
32
33
33
uses : actions/checkout@v3
34
- - name : Set up Node.js
35
- uses : actions/setup-node@v2
36
- with :
37
- node-version : ' 16'
38
- - name : Install dependencies
39
- run : |
40
- sudo apt-get update
41
- sudo apt-get install -y libatk1.0-0 libatk-bridge2.0-0 libxss1 libnss3
42
-
43
- - name : Run Puppeteer tests
44
- run : |
45
- node -e "const puppeteer = require('puppeteer'); (async () => {
46
- const browser = await puppeteer.launch({
47
- args: ['--no-sandbox', '--disable-setuid-sandbox']
48
- });
49
- const page = await browser.newPage();
50
- await page.goto('https://example.com');
51
- console.log(await page.title());
52
- await browser.close();
53
- })();"
54
- - name : Validate OpenAPI definition
55
-
56
- uses : char0n/swagger-editor-validate@v1.3.2
34
+
35
+ # - name: Validate OpenAPI definition
36
+
37
+ # uses: char0n/swagger-editor-validate@v1.3.2
57
38
58
39
with :
59
40
You can’t perform that action at this time.
0 commit comments