Skip to content

Commit

Permalink
test in build-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Jan 19, 2024
1 parent 2f4b3ff commit dcbea05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ jobs:
uses: ./.github/actions/version-tag


# TODO: remove this after testing
get-workspace-expiration:
runs-on: ubuntu-latest
outputs:
expiration: ${{ steps.workspace.outputs.expiration }}
steps:
- name: Set the workspace expiration as output
id: workspace
run: |
echo "expiration=$(date -d '+2 days' '+%Y-%m-%d')" >> "$GITHUB_OUTPUT"
deps-web:
runs-on: ubuntu-20.04
needs: [ can-run-ci ]
Expand Down

0 comments on commit dcbea05

Please sign in to comment.