Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Jul 27, 2024
1 parent 8378c40 commit 94ca0ca
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 305 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/codeql.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/fluent_linter.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
name: Font tests
name: Integration tests
on:
push:
paths:
- 'gulpfile.mjs'
- 'src/**'
- 'test/test.mjs'
- 'test/font/**'
- '.github/workflows/font_tests.yml'
branches:
- master
- 'test/integration/**'
- 'web/**'
- '.github/workflows/integration_tests.yml'
#branches:
# - master
pull_request:
paths:
- 'gulpfile.mjs'
- 'src/**'
- 'test/test.mjs'
- 'test/font/**'
- '.github/workflows/font_tests.yml'
branches:
- master
- 'test/integration/**'
- 'web/**'
- '.github/workflows/integration_tests.yml'
#branches:
# - master
workflow_dispatch:
permissions:
contents: read
Expand Down Expand Up @@ -48,14 +50,5 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Use Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'

- name: Install Fonttools
run: pip install fonttools

- name: Run font tests
run: npx gulp fonttest --headless
- name: Run integration tests
run: npx gulp integrationtest --headless
34 changes: 0 additions & 34 deletions .github/workflows/lint.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/publish_release.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/publish_website.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/types_tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ async function main() {
await startUnitTest("/test/font/font_test.html", "font");
} else if (options.integration) {
// Allows linked PDF files in integration-tests as well.
await ensurePDFsDownloaded();
//await ensurePDFsDownloaded();
await startIntegrationTest();
} else {
await startRefTest(options.masterMode, options.reftest);
Expand Down

0 comments on commit 94ca0ca

Please sign in to comment.