Skip to content

test

test #8

Workflow file for this run

name: test
on:
workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.5
- name: Test
run: |
cd ./src && go run main.go solar -s ${{ secrets.SOLAR_API_KEY }}