Skip to content

Upgrade to elm 0.19.1 #61

Upgrade to elm 0.19.1

Upgrade to elm 0.19.1 #61

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
env:
# Bump this number to invalidate the GH actions cache
cache-version: 0
jobs:
integration-tests:
name: Run integration tests
strategy:
fail-fast: true
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Bazel_6 integration tests
run: |
nix shell nixpkgs#bazel_7 nixpkgs#gcc --command bazel test //examples:integration_tests --config=nix --test_tag_filters=bazel6 --test_output=all
# - name: Bazel_7 integration tests
# run: |
# nix shell nixpkgs#bazel_7 nixpkgs#gcc --command bazel query 'attr("tags", "[\[ ]bazel7[,\]]", deps("//examples:integration_tests"))' | xargs -L1 bazel run --config=nix