Skip to content

Commit

Permalink
§
Browse files Browse the repository at this point in the history
  • Loading branch information
shortSparrow committed Jan 30, 2024
1 parent 51c1721 commit 4974473
Show file tree
Hide file tree
Showing 2 changed files with 7,161 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
name: UN Environment

on:
issue_comment:
types: [created]
push

jobs:
build:
name: "Test and build app"
if: contains(github.event.comment.body, '/rerun test')
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]


steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install Dependencies
run: npm ci

- name: Test
run: npm test
- name: print body
run: |
echo "VITE_BACKEND_URL=${{ github.event.comment.body }}"
Loading

0 comments on commit 4974473

Please sign in to comment.