diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 49406ff..81e038d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,6 @@ jobs: echo SUDO_SECRET="$SUDO_SECRET" >> .dev.vars echo XATA_API_KEY="$XATA_API_KEY" >> .dev.vars echo XATA_DB="$XATA_DB" >> .dev.vars - cat .dev.vars - run: npm install - run: npm run test \ No newline at end of file diff --git a/test/router.test.ts b/test/router.test.ts index 3b05725..dc927e0 100644 --- a/test/router.test.ts +++ b/test/router.test.ts @@ -20,8 +20,9 @@ describe('API Tests', () => { name: 'José Lezama Lima', }]) }) - // it('only list author that match a certain country', () => { - // }) + it('only list author that match a certain country', () => { + expect(true).toBe(false) + }) // it('only list author born after x date', () => { // }) // it('only list author born before x date', () => {