Skip to content

Merge pull request #221 from threefoldtech/development_integration_ad… #5

Merge pull request #221 from threefoldtech/development_integration_ad…

Merge pull request #221 from threefoldtech/development_integration_ad… #5

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/