From a07f89dd799e5de6589675d0addf1a416a775205 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 16 Jun 2023 17:13:33 +0200 Subject: [PATCH] github actions (#280) --- .github/workflows/test2.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/test2.yml diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml new file mode 100644 index 00000000..3bf6fcd9 --- /dev/null +++ b/.github/workflows/test2.yml @@ -0,0 +1,20 @@ +name: test2 + +on: + push: + branches: [main] + +permissions: + contents: read + +jobs: + test: + runs-on: ubuntu-latest + timeout-minutes: 10 + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: '16' + - run: npm ci + - run: npm run downport