Skip to content

Add few changes to logs, change overloaded 'pull' method to 'pull_oci' #27

Add few changes to logs, change overloaded 'pull' method to 'pull_oci'

Add few changes to logs, change overloaded 'pull' method to 'pull_oci' #27

Workflow file for this run

on:
push:
paths:
- "**"
- "!**.md"
pull_request:
paths:
- "**"
- "!**.md"
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/checkout@v2
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Create k8s Kind Cluster
uses: helm/[email protected]
- name: Global Helm Binary
uses: azure/setup-helm@v3
- name: Run tests
run: |
shards install
crystal spec