Skip to content

chore(deps): Update module github.com/goravel/framework to v1.15.2 #107

chore(deps): Update module github.com/goravel/framework to v1.15.2

chore(deps): Update module github.com/goravel/framework to v1.15.2 #107

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
env:
MINIO_ACCESS_KEY_ID: ${{ secrets.MINIO_ACCESS_KEY_ID }}
MINIO_ACCESS_KEY_SECRET: ${{ secrets.MINIO_ACCESS_KEY_SECRET }}
MINIO_BUCKET: ${{ secrets.MINIO_BUCKET }}
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: go test -timeout 1h ./...