diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb4a6fe..ef2b77c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,3 +10,14 @@ jobs: run: npm ci - name: run tests run: npm test + deploy: + runs-on: ubuntu-latest + steps: + - name: get code + uses: actions/checkout@v3 + - name: install dependencies + run: npm ci + - name: build project + run: npm run build + - name: deploy + run: echo "deploying...."