Skip to content

Commit

Permalink
date
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 5, 2024
1 parent 6686841 commit 78eeab4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
id: check_jq
run: |
jq --version
- name: use direnv
uses: andreygubarev/setup-direnv@v1
with:
version: '2.34.0'
- name: Check direnv
id: check_direnv
run: |
direnv --version
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -66,4 +58,8 @@ jobs:
- name: Check yarn
id: check_yarn
run: |
yarn --version
yarn --version
- name: Check date
id: check_date
run: |
date --version

0 comments on commit 78eeab4

Please sign in to comment.