From 9121a4aa3b6892ac01269a2617ce8ce1cca98a6e Mon Sep 17 00:00:00 2001 From: Daniel Hrivnak Date: Wed, 11 Dec 2024 12:34:59 -0600 Subject: [PATCH] udpate action --- .github/workflows/test.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c85d186..0de3c57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,19 +12,4 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - npm install - - run: | - npm run all - test: # make sure the action works on a clean machine without building - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./ - with: - urls: ' - http://localhost:3000 - - https://nextjs.org/docs - ' - prebuild: 'npx --yes create-next-app@latest test-app --use-npm --example "https://github.com/vercel/next-learn/tree/main/basics/learn-starter"' - serve: 'cd test-app && npm run dev' + docker build -t test . \ No newline at end of file