Skip to content

Commit

Permalink
Debug github actions docker
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Dec 17, 2019
1 parent 9f22182 commit e41ac9c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/debug-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Debug Docker

on:
push:
branches:
- master

jobs:
show-docker:
runs-on: ubuntu-latest
- name: Show docker version
run: docker version
- name: Show docker --version
run: docker --version
Binary file modified .metals/metals.h2.db
Binary file not shown.
6 changes: 3 additions & 3 deletions .metals/metals.lock.db
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#FileLock
#Mon Dec 16 20:58:43 CET 2019
#Tue Dec 17 16:44:28 CET 2019
hostName=localhost
id=16f104a9e932b006fce3142c6a916d9c154a16ae28a
id=16f148836fa69ccd15e9bc1722739cd2912caf94ca9
method=file
server=localhost\:33057
server=localhost\:44561
12 changes: 12 additions & 0 deletions .metals/metals.log
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,15 @@ Caused by: java.lang.UnsupportedOperationException

INFO time: initialize in 0.78s
INFO skipping build import with status 'Requested'
INFO time: initialize in 0.3s
INFO running embedded 'bloop bsp --protocol local --socket /tmp/bsp9103847096958356196/-13z0sqiop66bh.socket'
WARN no build target: /home/muki/dev/git/github/sbt-native-packager/project/ChangelogPlugin.scala
The server is listening for incoming connections at local:///tmp/bsp9103847096958356196/-13z0sqiop66bh.socket...
Accepted incoming BSP client connection at local:///tmp/bsp9103847096958356196/-13z0sqiop66bh.socket
INFO tracing is disabled for protocol BSP, to enable tracing of incoming and outgoing JSON messages create an empty file at /home/muki/.cache/metals/bsp.trace.json
request received: build/initialize
INFO time: connected to build server in 3.04s
BSP initialization handshake complete.
INFO time: imported build in 0.3s
INFO time: indexed workspace in 4.34s
WARN no build target: /home/muki/dev/git/github/sbt-native-packager/project/ChangelogPlugin.scala

0 comments on commit e41ac9c

Please sign in to comment.