Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Feb 20, 2024
1 parent 4e604f4 commit 01d357e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,14 @@ jobs:
- name: Install tools
run: bundle --gemfile src/bibliothecary/Gemfile && pip install -r src/semgrep/requirements.txt

- name: hey
- name: hey docker
run: docker -v
- name: hey dc
run: docker-compose -v
- name: hey
run: lol failing
- name: hey ubuntu
run: lsb_release -a
# - name: hey
# run: lol failing

- name: Install dependencies
env:
Expand Down

0 comments on commit 01d357e

Please sign in to comment.