Skip to content

Bump wheel from 0.37.1 to 0.38.1 in /scripts/country-ca #482

Bump wheel from 0.37.1 to 0.38.1 in /scripts/country-ca

Bump wheel from 0.37.1 to 0.38.1 in /scripts/country-ca #482

Workflow file for this run

name: Test
# We want testing for new pull requests before they are merged.
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: bazel test :all --test_output=errors