From 0953d4c50440c6aa303f9a922055e934f4ef75b4 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 7 Nov 2023 23:30:29 +0900 Subject: [PATCH 1/2] Revert "skip unstable test for now" This reverts commit 6c5afcee12b0784c8ba0fa757bb0aa97b73ef231. --- test/integration/__tests__/live-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/__tests__/live-api.js b/test/integration/__tests__/live-api.js index e84b404..a85bfee 100644 --- a/test/integration/__tests__/live-api.js +++ b/test/integration/__tests__/live-api.js @@ -365,7 +365,7 @@ describe('API integration', () => { }) describe('assembly cancelation', () => { - it.skip('should stop the assembly from reaching completion', async () => { + it('should stop the assembly from reaching completion', async () => { const client = createClient() // We need to ensure that the assembly doesn't complete before it can be From eddb25e077349e2392c198839d86cc05caba6d4d Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 7 Nov 2023 23:43:11 +0900 Subject: [PATCH 2/2] re-enable scheduled tests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 864a4bb..179314c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,8 +4,8 @@ on: push: branches: - main - # schedule: - # - cron: '0 8 * * *' + schedule: + - cron: '0 8 * * *' jobs: test: