Skip to content

Commit

Permalink
Workflow setup (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 24, 2024
1 parent e36604b commit db2b33f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/time-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ concurrency:
cancel-in-progress: true

env:
CORES: 2
RNP_LOG_CONSOLE: 1

jobs:
Expand Down Expand Up @@ -73,7 +72,7 @@ jobs:
- name: Adjust date
run: |
set -o errexit -o pipefail -o noclobber -o nounset
adjusted_date=$(date -d ${{ matrix.date-offset }} '+%Y-%m-%d')
adjusted_date=$(date -d '${{ matrix.date-offset }}' '+%Y-%m-%d')
date -s "$adjusted_date"
- name: Test
Expand Down

0 comments on commit db2b33f

Please sign in to comment.