diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index aa20b9dc..162d4930 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -48,7 +48,9 @@ jobs: - name: Store test timestamp run: echo "TIMESTAMP=$(date +'%s')" >> $GITHUB_ENV - name: Test time - run: echo $TIMESTAMP + env: + ASD: ${{ TIMESTAMP }} + run: echo ASD - name: Setup Go uses: actions/setup-go@v4.1.0 with: