Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Jan 11, 2024
1 parent 564d641 commit c0c67f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-casper-event-sidecar-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,18 @@ env:

jobs:
build_and_test:
defaults:
run:
working-directory: /
strategy:
matrix:
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}

steps:
- name: compile casper-node-launcher
run: |
echo $(pwd)
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
with:
path: /home/runner/work/event-sidecar/event-sidecar/event-sidecar
Expand Down

0 comments on commit c0c67f9

Please sign in to comment.