Skip to content

Commit

Permalink
Run CI every friday at 6AM and update readme (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisukox authored Aug 12, 2023
1 parent 1ab0507 commit aa8cddc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ on:
- '**'
tags-ignore:
- '**'
schedule:
- cron: '6 0 * * 5'

jobs:
unit_test:
name: Run tests
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Set up toolchain
uses: actions/setup-go@v3
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ offers, priceRange, err := session.GetOffers(
SrcCities: []string{"Madrid"},
DstCities: []string{"Estocolmo"},
Args: flights.Args{
Adults: 2,
Currency: currency.EUR,
Stops: flights.Stop1,
Class: flights.Economy,
TripType: flights.RoundTrip,
Lang: language.Spanish,
Travelers: flights.Travelers{Adults: 2},
Currency: currency.EUR,
Stops: flights.Stop1,
Class: flights.Economy,
TripType: flights.RoundTrip,
Lang: language.Spanish,
},
},
)
Expand Down

0 comments on commit aa8cddc

Please sign in to comment.