Skip to content

Commit

Permalink
v2 action test
Browse files Browse the repository at this point in the history
  • Loading branch information
n59321jh committed Aug 8, 2024
1 parent bb68acb commit 8f0aa7d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: install dependencies
run: |
Expand All @@ -16,13 +18,11 @@ jobs:
wget -O ncurses.tar.gz https://invisible-mirror.net/archives/ncurses/ncurses-6.5.tar.gz
tar -xf ncurses.tar.gz
ls
cd libevent-2.1.12-stable
ls
- name: run esbmc action
uses: esbmc/esbmc-action@v1
uses: esbmc/esbmc-action@v2
with:
esbmc-options: --incremental-bmc --include-file tmux.h
checkout: n

- run: ls

2 changes: 1 addition & 1 deletion cmd-rename-window.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with ESBMC action
// Test with ESBMC action.
/* $OpenBSD$ */

/*
Expand Down
2 changes: 1 addition & 1 deletion file.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with ESBMC action
// Test with ESBMC action.
/* $OpenBSD$ */

/*
Expand Down
2 changes: 1 addition & 1 deletion layout.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Test with ESBMC action
// Test with ESBMC action.
/* $OpenBSD$ */

/*
Expand Down

0 comments on commit 8f0aa7d

Please sign in to comment.