Skip to content

set artifactPath into env #214

set artifactPath into env

set artifactPath into env #214

Workflow file for this run

name: Build and Test witc
on:
push:
branches:
- main
paths:
- "**.hs"
- "**.cabal"
- "**.yaml"
- "**.yml"
pull_request:
branches:
- main
paths:
- "**.hs"
- "**.cabal"
- "**.yaml"
- "**.yml"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
- run: stack test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
- run: stack build