Skip to content

chore: raystack rename #189

chore: raystack rename

chore: raystack rename #189

Workflow file for this run

name: End-to-end Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
end-to-end:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install dependencies
run: go mod tidy
- name: Test end-to-end
run: make e2e-test