Skip to content

helpers.Format: Add a helper for the Format helper object. #670

helpers.Format: Add a helper for the Format helper object.

helpers.Format: Add a helper for the Format helper object. #670

Workflow file for this run

name: ns test
on: [push]
jobs:
ns-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up sbt
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: '11'
- name: Build viash
run: |
echo "${HOME}/.local/bin" >> $GITHUB_PATH
./configure --prefix "${HOME}/.local/"
make
make install
- name: Run tests
run: |
set -e
viash ns test --src src/viash