Skip to content

Commit

Permalink
fix devcon ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Nov 4, 2023
1 parent 57a25c9 commit 250f7b5
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/devcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,8 @@ jobs:
with:
node-version: "16.x"

- name: Create env file
run: |
touch .env
echo DB_CONNECTION_STRING='${{ secrets.DB_CONNECTION_STRING }}' >> .env
echo ELASTIC_ENDPOINT='${{ secrets.ELASTIC_ENDPOINT }}' >> .env
- name: Install dependencies
run: yarn

- name: Run Prettier // Format
run: yarn format

- name: Run Eslint // Lint
run: yarn lint

- name: Run Build
run: yarn build

- name: Serve build to test against
run: yarn serve &

- uses: microsoft/playwright-github-action@v1

- name: Run your tests
run: npm test

- uses: actions/upload-artifact@v2
with:
name: screenshots
path: screenshots

0 comments on commit 250f7b5

Please sign in to comment.