Skip to content

Commit

Permalink
udpate action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrivnak committed Dec 11, 2024
1 parent 54ccd35 commit 9121a4a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 9121a4a

Please sign in to comment.