Skip to content

.github/workflows/test_vgrid.yaml #4

.github/workflows/test_vgrid.yaml

.github/workflows/test_vgrid.yaml #4

Workflow file for this run

on:
push:
paths:
- 'web3gw/vgrid/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt install -y libgc-dev
- name: Setup Vlang
uses: vlang/[email protected]
with:
check-latest: true
- name: Install v modules
run: |
cd ../ && git clone -b development https://github.com/freeflowuniverse/crystallib.git
cd crystallib && bash install.sh
cd ../
- name: Check out repository code
uses: actions/checkout@v3
- name: Run vGrid Client Tests
run: cd web3gw/vgrid && v -stats test ./gridproxy/