diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8ee98a..ca61feb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [master] + branches: [master, test_github_actions] pull_request: branches: [master] diff --git a/src/test/integration.test.ts b/src/test/integration.test.ts index b6d085d..0feda7c 100644 --- a/src/test/integration.test.ts +++ b/src/test/integration.test.ts @@ -15,7 +15,7 @@ import path = require('path'); import { VASMCompiler } from '../vasm'; import { VLINKLinker } from '../vlink'; -describe('WinUAE Integration test', () => { +describe.only('WinUAE Integration test', () => { const PROJECT_ROOT = Path.join(__dirname, '..', '..').replace(/\\+/g, '/'); const DEBUG_ADAPTER = Path.join(PROJECT_ROOT, 'out', 'debugAdapter.js').replace(/\\+/g, '/'); const launchArgs = { diff --git a/src/test/integrationfsuae.test.ts b/src/test/integrationfsuae.test.ts index b58a935..6055df8 100644 --- a/src/test/integrationfsuae.test.ts +++ b/src/test/integrationfsuae.test.ts @@ -14,7 +14,7 @@ import path = require('path'); import { VASMCompiler } from '../vasm'; import { VLINKLinker } from '../vlink'; -describe('FS-UAE Integration test', () => { +describe.only('FS-UAE Integration test', () => { const PROJECT_ROOT = Path.join(__dirname, '..', '..').replace(/\\+/g, '/'); const DEBUG_ADAPTER = Path.join(PROJECT_ROOT, 'out', 'debugAdapter.js').replace(/\\+/g, '/'); const launchArgs = {