Skip to content

update spawn positions #122

update spawn positions

update spawn positions #122

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test-node:
name: CI
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: cache setup files
uses: actions/cache@v3
with:
path: |
build
node_modules
key: ${{ runner.os }}-${{ hashFiles('Makefile') }}-${{hashFiles('package-lock.json')}}
- shell: bash
run: |
echo '{ "cookie_key_pair": "RmdxSzJhWUxEMmtpV0F3aHdqWStnQ0Yva0E3V0JrSGlDUGZCK3NWNTFKZz0=", "google_api_key":"DUMMY", "google_map_id":"DUMMY"}' > secrets.json
./ci.sh